Changeset 5100 in orxonox.OLD for trunk/src/util/loading/load_param.h
- Timestamp:
- Aug 22, 2005, 12:42:28 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/loading/load_param.h
r5099 r5100 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 … … 310 311 LoadParamDescription* addParam(const char* paramName); 311 312 312 313 313 static void printAll(const char* fileName = NULL); 314 static Array<char*>* searchClassWithShort(const char* classNameBegin); 315 // static const LoadParamDescription* getClass(const char* className); 314 316 315 317 private:
Note: See TracChangeset
for help on using the changeset viewer.