Changeset 9869 in orxonox.OLD for trunk/src/story_entities/campaign.cc
- Timestamp:
- Oct 3, 2006, 12:19:30 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/campaign.cc
r9406 r9869 24 24 25 25 #include "campaign_data.h" 26 #include "debug.h" 26 27 27 28 28 29 30 ObjectListDefinition(Campaign); 29 31 30 32 /** … … 36 38 Campaign::Campaign ( TiXmlElement* root) 37 39 { 38 this-> setClassID(CL_CAMPAIGN, "Campaign");40 this->registerObject(this, Campaign::_objectList); 39 41 40 42 PRINTF(4)("Loading Campaign...\n");
Note: See TracChangeset
for help on using the changeset viewer.