Changeset 610 for code/branches/FICN/src
- Timestamp:
- Dec 18, 2007, 1:16:24 PM (17 years ago)
- Location:
- code/branches/FICN/src
- Files:
-
- 1 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/orxonox.cc
r609 r610 49 49 #include <string> 50 50 #include <iostream> 51 52 // hack for the usleep/Sleep problem53 #ifdef WIN3254 #include <windows.h>55 #define usleep(x) Sleep((x)/1000)56 #else57 #include <unistd.h>58 #endif59 51 60 52 //***** ORXONOX **** -
code/branches/FICN/src/orxonox/orxonox.h
r609 r610 9 9 10 10 #include <OgrePrerequisites.h> 11 #include <OgreSceneManager.h> 12 #include <OIS/OIS.h> 11 #include <OIS/OISPrereqs.h> 13 12 14 #include "graphicsEngine.h" 15 #include "../loader/LevelLoader.h" 16 #include "../audio/AudioManager.h" 17 #include "spaceship_steering.h" 13 #include "OrxonoxPrereq.h" 18 14 19 15
Note: See TracChangeset
for help on using the changeset viewer.