Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 17, 2007, 3:39:17 PM (16 years ago)
Author:
landauf
Message:

added Mesh and Model (doesn't work yet, but i don't want to have merge conflicts all the time :P)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/orxonox.cc

    r568 r576  
    7070#include "../network/NetworkFrameListener.h"
    7171
     72#ifdef WIN32
     73#include <windows.h>
     74#define usleep(x) Sleep((x)/1000)
     75#else
     76#include <unistd.h>
     77#endif
    7278
    7379namespace orxonox
     
    339345    startRenderLoop();
    340346  }
    341  
     347
    342348  void Orxonox::standalone(){
    343    
    344    
    345    
     349
     350
     351
    346352  }
    347353
Note: See TracChangeset for help on using the changeset viewer.