Changeset 4388 in orxonox.OLD for orxonox/trunk/src/orxonox.cc
- Timestamp:
- May 29, 2005, 11:52:15 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/orxonox.cc
r4286 r4388 39 39 #include "factory.h" 40 40 #include "benchmark.h" 41 #include "event_handler.h" 41 42 42 43 #include <string.h> … … 164 165 // create localinput 165 166 localinput = new CommandNode(configfilename); 167 168 EventHandler::getInstance()->test(); 166 169 167 170 return 0;
Note: See TracChangeset
for help on using the changeset viewer.