Changeset 6407 in orxonox.OLD for branches/network/src/story_entities/campaign_data.h
- Timestamp:
- Jan 4, 2006, 3:40:30 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/story_entities/campaign_data.h
r6404 r6407 21 21 virtual ~CampaignData(); 22 22 23 void loadParams(const TiXmlElement* root); 24 23 25 void loadData(const TiXmlElement* root); 24 26 … … 27 29 StoryEntity* getFirstLevel(); 28 30 StoryEntity* getNextLevel(); 29 30 31 private:32 void loadParamsWorldList(const TiXmlElement* root);33 31 34 32
Note: See TracChangeset
for help on using the changeset viewer.