Changeset 4546 in orxonox.OLD for orxonox/trunk/src/subprojects
- Timestamp:
- Jun 7, 2005, 11:50:01 PM (20 years ago)
- Location:
- orxonox/trunk/src/subprojects
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/subprojects/collision_detection/collision_detection.cc
r4530 r4546 21 21 #include "stdlibincl.h" 22 22 23 #include "cd_engine.h" 23 24 24 25 void Framework::moduleInit(int argc, char** argv) 25 26 { 27 CDEngine::getInstance(); 28 26 29 } 30 27 31 28 32 void Framework::moduleEventHandler(SDL_Event* event) … … 39 43 } 40 44 45 41 46 void Framework::moduleTick(float dt) 42 47 { 43 48 } 49 44 50 45 51 void Framework::moduleDraw() const … … 54 60 PRINT(0)("\n"); 55 61 } 62 56 63 57 64 void Framework::moduleInitGui(int argc, char** argv) -
orxonox/trunk/src/subprojects/framework.h
r4519 r4546 11 11 #endif 12 12 13 #define DATA_DIRECTORY "~/ svn/data/"13 #define DATA_DIRECTORY "~/orxonox/repos/trunk/data/" 14 14 #define MOUSE_BUTTON_COUNT 8 15 15
Note: See TracChangeset
for help on using the changeset viewer.