Changeset 8265 in orxonox.OLD for branches/script_engine/src/story_entities
- Timestamp:
- Jun 8, 2006, 4:25:41 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/script_engine/src/story_entities/game_world.cc
r8259 r8265 185 185 Object* obj= new Object(); 186 186 obj->setName("Obj"); 187 Account a;188 a .setName("a");187 Account* a = new Account(); 188 a->setName("a"); 189 189 Account *b = new Account(30); 190 190 b->setName("b");
Note: See TracChangeset
for help on using the changeset viewer.