Changeset 2995 in orxonox.OLD for orxonox/trunk/src
- Timestamp:
- Nov 26, 2004, 2:49:55 PM (20 years ago)
- Location:
- orxonox/trunk/src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/keynames.cc
r2551 r2995 13 13 co-programmer: ... 14 14 */ 15 #include <SDL/SDL.h>16 15 17 16 #include "keynames.h" -
orxonox/trunk/src/keynames.h
r2551 r2995 10 10 #endif 11 11 12 #ifndef __APPLE__ 12 13 #include <SDL/SDL.h> 14 #else 15 #include <SDL.h> 16 #endif 13 17 14 18 /** -
orxonox/trunk/src/orxonox.h
r2636 r2995 6 6 #ifndef ORXONOX_H 7 7 #define ORXONOX_H 8 9 #include <SDL/SDL.h>10 8 11 9 #include "stdincl.h" -
orxonox/trunk/src/stdincl.h
r2816 r2995 8 8 #include <windows.h> 9 9 #endif 10 11 #ifndef __APPLE__ 10 12 #include <SDL/SDL.h> 13 #else 14 #include <SDL.h> 15 #endif 16 11 17 #include <GL/gl.h> 12 18 #include <GL/glu.h>
Note: See TracChangeset
for help on using the changeset viewer.