Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4616 in orxonox.OLD for orxonox/trunk/src/orxonox.cc


Ignore:
Timestamp:
Jun 13, 2005, 9:17:55 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: now bounding box gets displayed very well

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/orxonox.cc

    r4606 r4616  
    4141#include "event_handler.h"
    4242#include "event.h"
     43#include "cd_engine.h"
    4344
    4445#include <string.h>
     
    237238   this->objectManager = ObjectManager::getInstance();
    238239
    239   return 0;
     240   CDEngine::getInstance();
     241
     242   return 0;
    240243}
    241244
Note: See TracChangeset for help on using the changeset viewer.