fixed a gazillion imports

This commit is contained in:
Brian Matzon 2004-08-20 06:26:19 +00:00
parent 40463223c8
commit 309ef6b06e
10 changed files with 10 additions and 29 deletions

View file

@ -32,14 +32,13 @@
package org.lwjgl.opengl;
import java.nio.Buffer;
import java.nio.BufferOverflowException;
import java.nio.BufferUnderflowException;
import java.nio.ByteBuffer;
import java.nio.FloatBuffer;
import java.nio.IntBuffer;
import org.lwjgl.LWJGLException;
import org.lwjgl.BufferChecks;
import org.lwjgl.LWJGLException;
public abstract class ARBProgram {
/*