From: Caspian Rychlik-P. <ci...@us...> - 2002-11-26 17:34:32
|
Update of /cvsroot/java-game-lib/LWJGL/src/native/common In directory sc8-pr-cvs1:/tmp/cvs-serv30464/src/native/common Modified Files: checkGLerror.h Log Message: *** keyword substitution change *** Index: checkGLerror.h CVS Browser: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/java-game-lib/LWJGL/src/native/common/checkGLerror.h =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/native/common/checkGLerror.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- checkGLerror.h 19 Nov 2002 07:42:54 -0000 1.4 +++ checkGLerror.h 26 Nov 2002 17:34:26 -0000 1.5 @@ -13,6 +13,7 @@ #ifdef _DEBUG #include <jni.h> +#include "extgl.h" #include <GL/glu.h> #define CHECK_GL_ERROR \ |