Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 12, 2007, 7:54:44 PM (16 years ago)
Author:
nicolape
Message:

Level loader working, see test1 class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/objects/test1.cc

    r384 r480  
    22#include "test2.h"
    33#include "test3.h"
     4#include "../../tinyxml/tinyxml.h"
    45
    56namespace orxonox
     
    6667        this->usefullClass3_ = identifier;
    6768    }
     69   
     70    void Test1::loadParams(TiXmlElement* xmlElem)
     71    {
     72        std::cout<< xmlElem->GetText()<<std::endl;
     73    }
    6874}
Note: See TracChangeset for help on using the changeset viewer.