Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 8, 2006, 3:52:57 PM (18 years ago)
Author:
snellen
Message:

should work now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/script_engine/src/story_entities/game_world.cc

    r8240 r8259  
    139139}
    140140
    141 
     141#include "account.cc"
     142#include "object.cc"
    142143/**
    143144 *  loads the GameWorld by initializing all resources, and set their default values.
     
    181182  this->dataXML = (TiXmlElement*)root->Clone();
    182183
     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 
    183192  LoadParamXML(root, "ScriptManager", &this->scriptManager, ScriptManager, loadParams);
    184193
Note: See TracChangeset for help on using the changeset viewer.