Changeset 474 for code/branches/FICN/src/orxonox/core
- Timestamp:
- Dec 12, 2007, 6:26:56 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/core/OrxonoxClass.h
r384 r474 14 14 #include "ObjectList.h" 15 15 #include "MetaObjectList.h" 16 17 #include "../../tinyxml/tinyxml.h" 18 16 19 17 20 namespace orxonox … … 89 92 inline const bool isVisible() const { return this->bVisible_; } 90 93 94 //virtual void loadParams(TIXMLNode n); 95 91 96 private: 92 97 Identifier* identifier_; //!< The Identifier of the object
Note: See TracChangeset
for help on using the changeset viewer.