Changeset 9417 in orxonox.OLD for branches/terrain/src/story_entities/game_world_data.h
- Timestamp:
- Jul 24, 2006, 1:23:47 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/terrain/src/story_entities/game_world_data.h
r9406 r9417 14 14 class Camera; 15 15 class Player; 16 class Terrain ;16 class TerrainEntity; 17 17 class WorldEntity; 18 18 … … 58 58 Player* localPlayer; //!< The player, you fly through the level. 59 59 WorldEntity* sky; //!< The environmental sky of orxonox 60 Terrain *terrain; //!< The terrain - ground60 TerrainEntity* terrain; //!< The terrain - ground 61 61 62 62 OrxSound::OggPlayer* music; //!< Reference to the SoundEngine's music player (OggPlayer)
Note: See TracChangeset
for help on using the changeset viewer.