Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4546 in orxonox.OLD for orxonox/trunk/src/subprojects


Ignore:
Timestamp:
Jun 7, 2005, 11:50:01 PM (20 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

Location:
orxonox/trunk/src/subprojects
Files:
2 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)
  • orxonox/trunk/src/subprojects/framework.h

    r4519 r4546  
    1111#endif
    1212
    13 #define DATA_DIRECTORY "~/svn/data/"
     13#define DATA_DIRECTORY "~/orxonox/repos/trunk/data/"
    1414#define MOUSE_BUTTON_COUNT 8
    1515
Note: See TracChangeset for help on using the changeset viewer.