Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
May 27, 2005, 3:06:16 AM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: working on an alternativ flight mode and a new event handlig system at the same time. crazy…

File:
1 edited

Legend:

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

    r4261 r4326  
    2424class Text;
    2525class TiXmlElement;
     26class PilotNode;
    2627
    2728//! The game world Interface
     
    120121  tList<WorldEntity>* entities;       //!< A template List of all entities. Every moving thing should be included here, and world automatically updates them.
    121122  WorldEntity* localPlayer;           //!< The Player, you fly through the level.
     123  PilotNode* pilotNode;               //!< THe pilot node to fly with the mouse
    122124
    123125  GarbageCollector* garbageCollector; //!< reference to the garbage  collector
Note: See TracChangeset for help on using the changeset viewer.