Changeset 4381 in orxonox.OLD for orxonox/trunk/src/defs
- Timestamp:
- May 29, 2005, 8:47:30 PM (20 years ago)
- Location:
- orxonox/trunk/src/defs
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/defs/debug.h
r4373 r4381 74 74 #define DEBUG_MODULE_ANIM 1 75 75 #define DEBUG_MODULE_PARTICLE 1 76 #define DEBUG_MODULE_PHYSICS 1 76 77 #define DEBUG_MODULE_EVENT 3 77 78 -
orxonox/trunk/src/defs/glincl.h
r3790 r4381 9 9 #define _GLINCL_H 10 10 11 #include <SDL.h>12 13 11 #ifndef __APPLE__ 14 12 #include <GL/gl.h> -
orxonox/trunk/src/defs/stdincl.h
r4261 r4381 17 17 #endif 18 18 19 #include <stddef.h> 20 #include <stdlib.h> 21 #include <string.h> 19 #include <stdlibincl.h> 22 20 21 #include "sdlincl.h" 23 22 #include "glincl.h" 24 23
Note: See TracChangeset
for help on using the changeset viewer.