disable game engine and gameplayer for all platforms except windows.

Then after cvs is unfrozen, development can continue.
This commit is contained in:
Erwin Coumans
2006-01-06 09:02:53 +00:00
parent 32a64604bc
commit 0002cd63a5
6 changed files with 18 additions and 9 deletions

View File

@@ -11,7 +11,10 @@
GL_ARB_multitexture
---------------------------------------------------------------------------- */
#ifndef GL_ARB_multitexture
#define GL_ARB_multitexture 1
#ifdef WIN32
dsadsa
#define GL_ARB_multitexture 1
#endif //WIN32
#endif
#ifdef GL_ARB_multitexture