Changeset 8271 in orxonox.OLD for trunk/src/story_entities/game_world.h
- Timestamp:
- Jun 8, 2006, 4:50:50 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/game_world.h
r8190 r8271 11 11 #include "game_world_data.h" 12 12 #include "playable.h" 13 #include "script_manager.h" 13 14 14 15 namespace OrxShell { class Shell; }; 15 16 class WorldEntity; 16 17 class GameRules; 18 17 19 18 20 /** How many frames time values to keep … … 103 105 GameRules* gameRules; //!< Pointer to the data structure containig the game rules 104 106 105 106 107 private: 107 108 /* external modules interfaces */ 109 ScriptManager scriptManager; 108 110 OrxShell::Shell* shell; 109 111 };
Note: See TracChangeset
for help on using the changeset viewer.