Changeset 5111 in orxonox.OLD for trunk/src/util/loading/load_param.h
- Timestamp:
- Aug 23, 2005, 11:13:56 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/loading/load_param.h
r5102 r5111 31 31 // Forward Declaration // 32 32 template<class T> class tList; 33 template<class T> class Array; 33 34 34 35 //! macro that makes it even more easy to load a Parameter … … 311 312 312 313 static void printAll(const char* fileName = NULL); 313 static tList<const char>* searchClassWithShort(const char* classNameBegin);314 static Array<char*>* searchClassWithShort(const char* classNameBegin); 314 315 // static const LoadParamDescription* getClass(const char* className); 315 316
Note: See TracChangeset
for help on using the changeset viewer.