Changeset 8259 in orxonox.OLD for branches/script_engine/src/story_entities/game_world.cc
- Timestamp:
- Jun 8, 2006, 3:52:57 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/script_engine/src/story_entities/game_world.cc
r8240 r8259 139 139 } 140 140 141 141 #include "account.cc" 142 #include "object.cc" 142 143 /** 143 144 * loads the GameWorld by initializing all resources, and set their default values. … … 181 182 this->dataXML = (TiXmlElement*)root->Clone(); 182 183 184 185 Object* obj= new Object(); 186 obj->setName("Obj"); 187 Account a; 188 a.setName("a"); 189 Account *b = new Account(30); 190 b->setName("b"); 191 183 192 LoadParamXML(root, "ScriptManager", &this->scriptManager, ScriptManager, loadParams); 184 193
Note: See TracChangeset
for help on using the changeset viewer.