|
From: Dave R. <tr...@us...> - 2004-09-30 20:15:28
|
Update of /cvsroot/bzflag/bzflag/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12522 Modified Files: bzfgl.h Log Message: temporary testing hack Index: bzfgl.h =================================================================== RCS file: /cvsroot/bzflag/bzflag/include/bzfgl.h,v retrieving revision 1.20 retrieving revision 1.21 diff -w -u -r1.20 -r1.21 --- bzfgl.h 25 Jan 2004 07:13:35 -0000 1.20 +++ bzfgl.h 30 Sep 2004 20:15:08 -0000 1.21 @@ -49,6 +49,15 @@ #define _GL_INVALID_ID 0xFFFFFFFF +// The following are temporary until a +// proper context manager is in place. +#ifndef glDeleteLists +# define glDeleteLists(base,count) +#endif +#ifndef glDeleteTextures +# define glDeleteTextures(count,textures) +#endif + #endif /* __BZFGL_H__ */ |