From 10f15a12d51ef116c46140a45875c011d9c1dbd8 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 11 Dec 2001 07:38:23 +0000 Subject: GL4Java 2.8.2.0 kbr's jawt synamic loader installer fixes minor cleanups --- CNativeCode/OpenGLU_JauJNI12nf_funcs.c | 58 +++++++++++++++++----------------- 1 file changed, 29 insertions(+), 29 deletions(-) (limited to 'CNativeCode/OpenGLU_JauJNI12nf_funcs.c') 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 -- cgit v1.2.3