Changeset 7199 in orxonox.OLD for trunk/src/lib/util/executor/executor.h
- Timestamp:
- Mar 8, 2006, 10:46:37 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/util/executor/executor.h
r7198 r7199 13 13 #include "substring.h" 14 14 #include "functor_list.h" //< MUST BE INCLUDED HERE AT LEAST ONCE. 15 16 #include <stdarg.h>17 15 18 16 //! an enumerator for the definition of the Type. … … 89 87 #define l_FLOAT_DEFGRAB(i) this->defaultValue[i].getFloat() 90 88 //! where to chek for default STRING values 91 #define l_ STRING_DEFGRAB(i) this->defaultValue[i].getString()89 #define l_CSTRING_DEFGRAB(i) this->defaultValue[i].getCString() 92 90 93 91 //////////////////////////
Note: See TracChangeset
for help on using the changeset viewer.