diff options
Diffstat (limited to 'C2J/manual/gl-manualCodedImplJNI1-14.java')
-rw-r--r-- | C2J/manual/gl-manualCodedImplJNI1-14.java | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/C2J/manual/gl-manualCodedImplJNI1-14.java b/C2J/manual/gl-manualCodedImplJNI1-14.java new file mode 100644 index 0000000..7e490ba --- /dev/null +++ b/C2J/manual/gl-manualCodedImplJNI1-14.java @@ -0,0 +1,20 @@ +/**
+ * @(#) GLFunc14JauJNI.java
+ */
+
+
+package gl4java;
+
+import java.nio.*;
+
+/**
+ * The default implementation class for OpenGL native function mapping
+ *
+ * @version 2.00, 21. April 1999
+ * @author Sven Goethel
+ */
+public class GLFunc14JauJNI
+ implements GLFunc14
+{
+
+
|