mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 06:25:46 +00:00
fix imports
This commit is contained in:
parent
1459b21448
commit
fb9350f024
1 changed files with 6 additions and 3 deletions
|
|
@ -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$
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue