Changeset 7304 in orxonox.OLD for trunk/src/story_entities/game_world.h
- Timestamp:
- Apr 16, 2006, 8:27:32 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/game_world.h
r7283 r7304 10 10 #include "story_entity.h" 11 11 #include "game_world_data.h" 12 13 #include <SDL_thread.h>14 12 15 13 class Shell; … … 56 54 static void toggleBVVisibility(); 57 55 58 static int createAudioThread(void* GameWorld);59 60 61 56 inline void setSky(WorldEntity* sky) { this->dataTank->sky = sky; } 62 57 … … 80 75 81 76 protected: 82 SDL_Thread* audioThread;83 77 GameWorldData* dataTank; //!< reference to the GameWorld Data Tank 84 78 TiXmlElement* dataXML; //!< The XML-Element this World has been loaded with.
Note: See TracChangeset
for help on using the changeset viewer.