Changeset 5439 in orxonox.OLD for trunk/src/lib/lang
- Timestamp:
- Oct 26, 2005, 11:31:18 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/lang/base_object.cc
r5113 r5439 15 15 co-programmer: ... 16 16 */ 17 17 #define DEBUG_SPECIAL_MODULE DEBUG_MODULE_BASE 18 18 19 19 #include "base_object.h" … … 29 29 * sets the name from a LoadXML-Element 30 30 * @param root the element to load from 31 */31 */ 32 32 BaseObject::BaseObject(const TiXmlElement* root) 33 33 { … … 57 57 * loads parameters 58 58 * @param root the element to load from 59 */59 */ 60 60 void BaseObject::loadParams(const TiXmlElement* root) 61 61 {
Note: See TracChangeset
for help on using the changeset viewer.