Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4388 in orxonox.OLD for orxonox/trunk/src/orxonox.cc


Ignore:
Timestamp:
May 29, 2005, 11:52:15 PM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: running first pre-tests with key-mapping

File:
1 edited

Legend:

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

    r4286 r4388  
    3939#include "factory.h"
    4040#include "benchmark.h"
     41#include "event_handler.h"
    4142
    4243#include <string.h>
     
    164165  // create localinput
    165166  localinput = new CommandNode(configfilename);
     167
     168  EventHandler::getInstance()->test();
    166169 
    167170  return 0;
Note: See TracChangeset for help on using the changeset viewer.