Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4409 in orxonox.OLD for orxonox/trunk/src/story_entities/world.h


Ignore:
Timestamp:
May 31, 2005, 12:24:50 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: space ship control works again, now working on system commands

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/story_entities/world.h

    r4396 r4409  
    2626class TiXmlElement;
    2727class PilotNode;
     28class EventHandler;
    2829
    2930//! The game world Interface
     
    128129
    129130  GarbageCollector* garbageCollector; //!< reference to the garbage  collector
     131  EventHandler* eventHandler;
    130132
    131133  /* function for main-loop */
Note: See TracChangeset for help on using the changeset viewer.