diff options
Diffstat (limited to 'C2J/manual/glu-manualCodedImplJNI1.java')
-rw-r--r-- | C2J/manual/glu-manualCodedImplJNI1.java | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/C2J/manual/glu-manualCodedImplJNI1.java b/C2J/manual/glu-manualCodedImplJNI1.java new file mode 100644 index 0000000..155a50e --- /dev/null +++ b/C2J/manual/glu-manualCodedImplJNI1.java @@ -0,0 +1,17 @@ +/** + * @(#) GLUFuncJauJNI.java + */ + + +package gl4java; + +/** + * The default implementation class for GLU native function mapping + * + * @version 2.00, 21. April 1999 + * @author Sven Goethel + */ +public class GLUFuncJauJNI + implements GLUFunc +{ + |