Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 18, 2007, 1:16:24 PM (17 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
File:
1 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 ****
Note: See TracChangeset for help on using the changeset viewer.