Changeset 4239 in orxonox.OLD for orxonox/branches/levelLoader/src/story_entities
- Timestamp:
- May 20, 2005, 2:44:10 AM (20 years ago)
- Location:
- orxonox/branches/levelLoader/src/story_entities
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/levelLoader/src/story_entities/campaign.cc
r4114 r4239 27 27 #include "list.h" 28 28 29 #include "load_param.h" 30 29 31 using namespace std; 30 32 … … 35 37 this->isInit = false; 36 38 } 39 37 40 Campaign::Campaign ( TiXmlElement* root) 38 41 { -
orxonox/branches/levelLoader/src/story_entities/campaign.h
r4010 r4239 8 8 9 9 class World; 10 class TiXmlElement; 10 11 template<class T> class tList; 11 12 -
orxonox/branches/levelLoader/src/story_entities/story_entity.h
r3629 r4239 11 11 #include "story_def.h" 12 12 #include "error.h" 13 14 13 15 14 //! A class that represents something to play in orxonox. it is a container for worlds, movies, mission briefings, etc... -
orxonox/branches/levelLoader/src/story_entities/world.cc
r4230 r4239 50 50 51 51 #include "substring.h" 52 53 #include "factory.h" 52 54 53 55 using namespace std; -
orxonox/branches/levelLoader/src/story_entities/world.h
r4176 r4239 11 11 #include "story_entity.h" 12 12 #include "p_node.h" 13 #include "xmlparser/tinyxml.h"14 13 15 14 class World; … … 24 23 class GarbageCollector; 25 24 class Text; 25 class TiXmlElement; 26 26 27 27 //! The game world Interface
Note: See TracChangeset
for help on using the changeset viewer.