Changeset 4005 in orxonox.OLD for orxonox/branches/ll2trunktemp/src/factory.h
- Timestamp:
- Apr 28, 2005, 8:24:43 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/ll2trunktemp/src/factory.h
r4004 r4005 15 15 this should be used at the beginning of all the Classes that should be loadable (in the cc-file) 16 16 */ 17 #define CREATE_FACTORY(x) tFactory<x>* global_ ## x ## Factory = new tFactory<x>(#x) ;17 #define CREATE_FACTORY(x) tFactory<x>* global_ ## x ## Factory = new tFactory<x>(#x) 18 18 19 19
Note: See TracChangeset
for help on using the changeset viewer.