Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 12, 2007, 10:37:30 PM (16 years ago)
Author:
landauf
Message:

added files from objecthierarchy, changed includes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/loader/LevelLoader.cc

    r480 r496  
    44#include "LevelLoader.h"
    55#include "tinyxml/tinyxml.h"
    6 #include "orxonox/core/IdentifierIncludes.h"
     6#include "orxonox/core/CoreIncludes.h"
    77#include "orxonox/core/Error.h"
    88#include "orxonox/objects/BaseObject.h"
     
    111111                                {
    112112                                        tElem = tNode->ToElement();
    113                                         orxonox::BaseObject* obj = orxonox::ID(tElem->Value())->fabricate();
     113                                        orxonox::BaseObject* obj = ID(tElem->Value())->fabricate();
    114114                                        obj->loadParams(tElem);
    115115                                }                       
Note: See TracChangeset for help on using the changeset viewer.