Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 7, 2005, 11:50:01 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: implemented some test functions, that don't work untils now: some link error when compiling the collision_detection/framework

File:
1 edited

Legend:

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

    r4530 r4546  
    2121#include "stdlibincl.h"
    2222
     23#include "cd_engine.h"
    2324
    2425void Framework::moduleInit(int argc, char** argv)
    2526{
     27  CDEngine::getInstance();
     28 
    2629}
     30
    2731
    2832void Framework::moduleEventHandler(SDL_Event* event)
     
    3943}
    4044
     45
    4146void Framework::moduleTick(float dt)
    4247{
    4348}
     49
    4450
    4551void Framework::moduleDraw() const
     
    5460  PRINT(0)("\n");
    5561}
     62
    5663
    5764void Framework::moduleInitGui(int argc, char** argv)
Note: See TracChangeset for help on using the changeset viewer.