From: Luke H. <lh...@us...> - 2002-11-27 06:28:05
|
Update of /cvsroot/java-game-lib/LWJGL/src/native/common In directory sc8-pr-cvs1:/tmp/cvs-serv7528 Modified Files: org_lwjgl_opengl_GLU.h Log Message: generated from the java source =) Index: org_lwjgl_opengl_GLU.h CVS Browser: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/java-game-lib/LWJGL/src/native/common/org_lwjgl_opengl_GLU.h =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/native/common/org_lwjgl_opengl_GLU.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- org_lwjgl_opengl_GLU.h 27 Nov 2002 05:54:27 -0000 1.3 +++ org_lwjgl_opengl_GLU.h 27 Nov 2002 06:28:02 -0000 1.4 @@ -95,13 +95,10 @@ JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_GLU_build2DMipmaps (JNIEnv *, jobject, jint, jint, jint, jint, jint, jint, jint); - - - /* * Class: org_lwjgl_opengl_GLU * Method: newQuadric - * not sure exactly what to do with this part... + * Signature: ()I */ JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_GLU_newQuadric (JNIEnv *, jobject); @@ -109,7 +106,7 @@ /* * Class: org_lwjgl_opengl_GLU * Method: cylinder - * not sure exactly what to do with this part... + * Signature: (IDDDII)V */ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_GLU_cylinder (JNIEnv *, jobject, jint, jdouble, jdouble, jdouble, jint, jint); @@ -117,7 +114,7 @@ /* * Class: org_lwjgl_opengl_GLU * Method: deleteQuadric - * not sure exactly what to do with this part... + * Signature: (I)V */ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_GLU_deleteQuadric (JNIEnv *, jobject, jint); @@ -125,7 +122,7 @@ /* * Class: org_lwjgl_opengl_GLU * Method: disk - * not sure exactly what to do with this part... + * Signature: (IDDII)V */ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_GLU_disk (JNIEnv *, jobject, jint, jdouble, jdouble, jint, jint); @@ -133,7 +130,7 @@ /* * Class: org_lwjgl_opengl_GLU * Method: partialDisk - * not sure exactly what to do with this part... + * Signature: (IDDIIDD)V */ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_GLU_partialDisk (JNIEnv *, jobject, jint, jdouble, jdouble, jint, jint, jdouble, jdouble); @@ -141,7 +138,7 @@ /* * Class: org_lwjgl_opengl_GLU * Method: quadricDrawStyle - * not sure exactly what to do with this part... + * Signature: (II)V */ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_GLU_quadricDrawStyle (JNIEnv *, jobject, jint, jint); @@ -149,7 +146,7 @@ /* * Class: org_lwjgl_opengl_GLU * Method: quadricNormals - * not sure exactly what to do with this part... + * Signature: (II)V */ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_GLU_quadricNormals (JNIEnv *, jobject, jint, jint); @@ -157,7 +154,7 @@ /* * Class: org_lwjgl_opengl_GLU * Method: quadricOrientation - * not sure exactly what to do with this part... + * Signature: (II)V */ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_GLU_quadricOrientation (JNIEnv *, jobject, jint, jint); @@ -165,7 +162,7 @@ /* * Class: org_lwjgl_opengl_GLU * Method: quadricTexture - * not sure exactly what to do with this part... + * Signature: (IZ)V */ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_GLU_quadricTexture (JNIEnv *, jobject, jint, jboolean); @@ -173,7 +170,7 @@ /* * Class: org_lwjgl_opengl_GLU * Method: sphere - * not sure exactly what to do with this part... + * Signature: (IDII)V */ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_GLU_sphere (JNIEnv *, jobject, jint, jdouble, jint, jint); |