fix imports

This commit is contained in:
Brian Matzon 2004-09-15 16:07:42 +00:00
parent 1459b21448
commit fb9350f024
1 changed files with 6 additions and 3 deletions

View File

@ -31,9 +31,12 @@
*/
package org.lwjgl.util;
import org.lwjgl.opengl.GL20;
import java.nio.*;
import java.nio.Buffer;
import java.nio.ByteBuffer;
import java.nio.DoubleBuffer;
import java.nio.FloatBuffer;
import java.nio.IntBuffer;
import java.nio.ShortBuffer;
/**
* $Id$