Changeset 3790 in orxonox.OLD for orxonox/trunk/src/defs
- Timestamp:
- Apr 13, 2005, 12:33:07 PM (20 years ago)
- Location:
- orxonox/trunk/src/defs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/defs/debug.h
r3752 r3790 71 71 #define DEBUG_MODULE_PLAYER 1 72 72 #define DEBUG_MODULE_MATH 0 73 #define DEBUG_MODULE_FONT 4 73 74 74 75 #define DEBUG_MODULE_NULL_PARENT 0 -
orxonox/trunk/src/defs/glincl.h
r3492 r3790 9 9 #define _GLINCL_H 10 10 11 #include <SDL.h> 12 11 13 #ifndef __APPLE__ 12 #include <SDL/SDL.h>13 14 #include <GL/gl.h> 14 15 #include <GL/glu.h> 15 16 #else 16 #include <SDL.h>17 17 #include <OpenGL/gl.h> 18 18 #include <OpenGL/glu.h>
Note: See TracChangeset
for help on using the changeset viewer.