Changeset 4546 in orxonox.OLD for orxonox/trunk/src/subprojects/collision_detection
- Timestamp:
- Jun 7, 2005, 11:50:01 PM (19 years ago)
- File:
-
- 1 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)
Note: See TracChangeset
for help on using the changeset viewer.