diff options
author | Sven Gothel <[email protected]> | 2001-12-11 07:38:23 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2001-12-11 07:38:23 +0000 |
commit | 10f15a12d51ef116c46140a45875c011d9c1dbd8 (patch) | |
tree | 32f65cb863a89b7cf96311cd91fa93e7abc1402a /CNativeCode/OpenGLU_JauJNI12nf_funcs.c | |
parent | 6abd5e8b0dd518a2438000126ca5886124986040 (diff) |
GL4Java 2.8.2.0rel-2-8-2-0-rc
kbr's jawt synamic loader
installer fixes
minor cleanups
Diffstat (limited to 'CNativeCode/OpenGLU_JauJNI12nf_funcs.c')
-rwxr-xr-x | CNativeCode/OpenGLU_JauJNI12nf_funcs.c | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/CNativeCode/OpenGLU_JauJNI12nf_funcs.c b/CNativeCode/OpenGLU_JauJNI12nf_funcs.c index 32d157a..45078da 100755 --- a/CNativeCode/OpenGLU_JauJNI12nf_funcs.c +++ b/CNativeCode/OpenGLU_JauJNI12nf_funcs.c @@ -4,35 +4,35 @@ */ -/* - * 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_GLUFuncJauJNInf.h" - -#include "GLCallbackHelperJNI.h" -#include "GLUCallbackJNI.h" -#include "jnitools.h" - -/** - * herein lies the native JAVA methods for the OpenGL functions. - */ - +/*
+ * 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_GLUFuncJauJNInf.h"
+
+#include "GLCallbackHelperJNI.h"
+#include "GLUCallbackJNI.h"
+#include "jnitools.h"
+
+/**
+ * herein lies the native JAVA methods for the OpenGL functions.
+ */
+
static const char _glu_n_a_string[] = "GLU-String not avaiable !"; JNIEXPORT jstring JNICALL |