mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-21 06:14:10 +00:00
15 lines
181 B
Java
15 lines
181 B
Java
|
|
/**
|
||
|
|
* (C) 2002 Shaven Puppy Ltd
|
||
|
|
*
|
||
|
|
* GLUConstants.java Created on Aug 9, 2002 by foo
|
||
|
|
*/
|
||
|
|
package org.lwjgl.opengl;
|
||
|
|
|
||
|
|
/**
|
||
|
|
*
|
||
|
|
* @author foo
|
||
|
|
*/
|
||
|
|
public interface GLUConstants {
|
||
|
|
|
||
|
|
}
|