From: Elias N. <eli...@us...> - 2002-11-24 13:21:05
|
Update of /cvsroot/java-game-lib/LWJGL/src/native/common In directory sc8-pr-cvs1:/tmp/cvs-serv12991/native/common Modified Files: org_lwjgl_opengl_CoreGL.h Log Message: Created new jni header for CoreGL Index: org_lwjgl_opengl_CoreGL.h CVS Browser: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/java-game-lib/LWJGL/src/native/common/org_lwjgl_opengl_CoreGL.h =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/native/common/org_lwjgl_opengl_CoreGL.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- org_lwjgl_opengl_CoreGL.h 15 Oct 2002 20:30:47 -0000 1.4 +++ org_lwjgl_opengl_CoreGL.h 24 Nov 2002 13:21:01 -0000 1.5 @@ -1,2608 +1,3352 @@ /* DO NOT EDIT THIS FILE - it is machine generated */ -#include <jni.h> +#include <jni.h> /* Header for class org_lwjgl_opengl_CoreGL */ #ifndef _Included_org_lwjgl_opengl_CoreGL -#define _Included_org_lwjgl_opengl_CoreGL +#define _Included_org_lwjgl_opengl_CoreGL #ifdef __cplusplus extern "C" { -#endif [...5597 lines suppressed...] - * Method: viewport - * Signature: (IIII)V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_opengl_CoreGL_viewport + +/* + * Class: org_lwjgl_opengl_CoreGL + * Method: viewport + * Signature: (IIII)V + */ +JNIEXPORT void JNICALL Java_org_lwjgl_opengl_CoreGL_viewport (JNIEnv *, jobject, jint, jint, jint, jint); - + #ifdef __cplusplus } -#endif -#endif +#endif +#endif |