Changeset 6512 in orxonox.OLD for trunk/src/lib/lang
- Timestamp:
- Jan 17, 2006, 10:01:07 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/lang/base_object.h
r6341 r6512 28 28 virtual ~BaseObject (); 29 29 30 v oid loadParams(const TiXmlElement* root);30 virtual void loadParams(const TiXmlElement* root); 31 31 void setName (const char* newName); 32 32 /** returns the Name of this Object */
Note: See TracChangeset
for help on using the changeset viewer.