- Timestamp:
- Dec 10, 2007, 8:34:48 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/core/CoreIncludes.h
r453 r457 81 81 */ 82 82 #define CreateFactory(ClassName) \ 83 bool bCreated##ClassName##Factory = ClassFactory<ClassName>::create( )83 bool bCreated##ClassName##Factory = ClassFactory<ClassName>::create(#ClassName) 84 84 85 85 /**
Note: See TracChangeset
for help on using the changeset viewer.