Changeset 4834 in orxonox.OLD for orxonox/trunk/src/util/track/track_manager.h
- Timestamp:
- Jul 11, 2005, 5:47:23 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/util/track/track_manager.h
r4833 r4834 139 139 inline static TrackManager* getInstance() { if (!singletonRef) singletonRef = new TrackManager(); return singletonRef; }; 140 140 141 bool loadParams( TiXmlElement* root);141 bool loadParams(const TiXmlElement* root); 142 142 143 143 // Methods to change the Path (initialisation)
Note: See TracChangeset
for help on using the changeset viewer.