Changeset 5366 in orxonox.OLD for trunk/src/defs
- Timestamp:
- Oct 12, 2005, 1:23:08 AM (19 years ago)
- Location:
- trunk/src/defs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/defs/class_id.h
r5364 r5366 111 111 CL_NULL_ELEMENT_2D = 0x00000f22, 112 112 CL_SHELL_BUFFER = 0x00000f32, 113 CL_GLGUI_HANDLER = 0x00000f40, 113 114 114 115 -
trunk/src/defs/sdlincl.h
r4662 r5366 1 1 /*! 2 \file sdlincl.h3 \briefThis file includes sdl Headers.4 5 no Class is defined here, but the SDL Headers2 * @file sdlincl.h 3 * This file includes sdl Headers. 4 * 5 * no Class is defined here, but the SDL Headers 6 6 */ 7 7 … … 9 9 #define _SDLINCL_H 10 10 11 #include "confincl.h" 12 13 #ifdef HAVE_SDL_H 14 #include <SDL.h> 15 #else 11 16 #include <SDL/SDL.h> 17 #endif 12 18 13 19 #endif /* _SDLINCL_H */
Note: See TracChangeset
for help on using the changeset viewer.