Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jul 14, 2005, 10:38:21 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: Iniparser is passed on to the EvenetHandler over orxonox

File:
1 edited

Legend:

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

    r4837 r4866  
    4343#include "garbage_collector.h"
    4444
    45 #include "event.h"
    4645#include "factory.h"
    4746#include "benchmark.h"
     
    185184  PRINT(3)("> Initializing input\n");
    186185
    187   EventHandler::getInstance()->init();
     186  EventHandler::getInstance()->init(this->iniParser);
    188187  EventHandler::getInstance()->subscribe(GraphicsEngine::getInstance(), ES_ALL, EV_VIDEO_RESIZE);
    189188
Note: See TracChangeset for help on using the changeset viewer.