Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 12, 2007, 6:26:56 PM (16 years ago)
Author:
nicolape
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/core/OrxonoxClass.h

    r384 r474  
    1414#include "ObjectList.h"
    1515#include "MetaObjectList.h"
     16
     17#include "../../tinyxml/tinyxml.h"
     18
    1619
    1720namespace orxonox
     
    8992            inline const bool isVisible() const { return this->bVisible_; }
    9093
     94                        //virtual void loadParams(TIXMLNode n);
     95
    9196        private:
    9297            Identifier* identifier_;        //!< The Identifier of the object
Note: See TracChangeset for help on using the changeset viewer.