Changeset 5129 in orxonox.OLD for trunk/src/util/loading
- Timestamp:
- Aug 25, 2005, 10:52:11 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/loading/load_param.h
r5113 r5129 16 16 /*! 17 17 * @file load_param.h 18 *A Class and macro-functions, that makes our lives easy to load-in parameters19 */18 * A Class and macro-functions, that makes our lives easy to load-in parameters 19 */ 20 20 21 21 #ifndef _LOAD_PARAM_H … … 23 23 24 24 #include "base_object.h" 25 #include "vector.h" 25 26 26 #include "factory.h" 27 27 #include "debug.h"
Note: See TracChangeset
for help on using the changeset viewer.