From 603d6cac0aee219f4d24270e3669712f5b5f0900 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 6 Nov 2001 08:20:20 +0000 Subject: java.nio, mesa-4.0 (gl1.3) --- CNativeCode/OpenGLU_funcs14.c.skel | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 CNativeCode/OpenGLU_funcs14.c.skel (limited to 'CNativeCode/OpenGLU_funcs14.c.skel') diff --git a/CNativeCode/OpenGLU_funcs14.c.skel b/CNativeCode/OpenGLU_funcs14.c.skel new file mode 100644 index 0000000..649a2d1 --- /dev/null +++ b/CNativeCode/OpenGLU_funcs14.c.skel @@ -0,0 +1,29 @@ +/* + * Leo Chan -- 1995 + * + * This C file takes care of all the native implementation for the + * OpenGL utility commands + * --------------- + * + * Sven Goethel + * + * September 1997 + */ + + +/*-------------------------------------------------------------------------- + * here on in is just regular apple pie C + */ + +#include "OpenGL_misc.h" + +#include "gl4java_GLUFunc14JauJNI.h" + +#include "GLCallbackHelperJNI.h" +#include "GLUCallbackJNI.h" +#include "jnitools.h" + +/** + * herein lies the native JAVA methods for the OpenGL functions. + */ + -- cgit v1.2.3