Changeset 5892 in orxonox.OLD for branches/spaceshipcontrol/src/story_entities/world.h
- Timestamp:
- Dec 3, 2005, 4:11:35 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/spaceshipcontrol/src/story_entities/world.h
r5887 r5892 21 21 class Text; 22 22 class TiXmlElement; 23 class PilotNode;24 23 25 24 class Shell; … … 120 119 tList<WorldEntity>* entities; //!< A template List of all entities. Every moving thing should be included here, and world automatically updates them. 121 120 Player* localPlayer; //!< The Player, you fly through the level. 122 PilotNode* pilotNode; //!< THe pilot node to fly with the mouse123 124 125 121 }; 126 122
Note: See TracChangeset
for help on using the changeset viewer.