diff options
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 |