Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4866 in orxonox.OLD for orxonox/trunk/src/lib/event/event_handler.h


Ignore:
Timestamp:
Jul 14, 2005, 10:38:21 PM (20 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/lib/event/event_handler.h

    r4836 r4866  
    1515class EventListener;
    1616template <class T> class tList;
     17class IniParser;
    1718
    1819//! The one Event Handler from Orxonox
     
    2324  /** @returns a Pointer to the only object of this Class */
    2425  inline static EventHandler* getInstance() { if (!singletonRef) singletonRef = new EventHandler();  return singletonRef; };
    25   void init();
     26  void init(IniParser* iniParser);
    2627
    2728  void setState(elState state);
Note: See TracChangeset for help on using the changeset viewer.