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