Changeset 7197 in orxonox.OLD for trunk/src/lib/util/executor/executor_specials.h
- Timestamp:
- Mar 8, 2006, 2:02:58 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/util/executor/executor_specials.h
r5944 r7197 29 29 */ 30 30 ExecutorXML(void(T::*function)(const TiXmlElement*), const TiXmlElement* root, const char* paramName) 31 : Executor( 1,MT_EXT1)31 : Executor(MT_EXT1) 32 32 { 33 33 PRINTF(4)("Loading %s from XML-element %p\n", paramName, root);
Note: See TracChangeset
for help on using the changeset viewer.