Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 610


Ignore:
Timestamp:
Dec 18, 2007, 1:16:24 PM (16 years ago)
Author:
rgrieder
Message:
  • added OrxonoxPrereq.h, containing all forward declarations (please remove all the classes that should not be used outside)
  • cleaned up orxonox.h header inclusion part
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  
    4949#include <string>
    5050#include <iostream>
    51 
    52 // hack for the usleep/Sleep problem
    53 #ifdef WIN32
    54 #include <windows.h>
    55 #define usleep(x) Sleep((x)/1000)
    56 #else
    57 #include <unistd.h>
    58 #endif
    5951
    6052//***** ORXONOX ****
  • code/branches/FICN/src/orxonox/orxonox.h

    r609 r610  
    99
    1010#include <OgrePrerequisites.h>
    11 #include <OgreSceneManager.h>
    12 #include <OIS/OIS.h>
     11#include <OIS/OISPrereqs.h>
    1312
    14 #include "graphicsEngine.h"
    15 #include "../loader/LevelLoader.h"
    16 #include "../audio/AudioManager.h"
    17 #include "spaceship_steering.h"
     13#include "OrxonoxPrereq.h"
    1814
    1915
Note: See TracChangeset for help on using the changeset viewer.