Changeset 9716 in orxonox.OLD for branches/new_class_id/src/lib/util
- Timestamp:
- Sep 1, 2006, 8:16:15 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/util/loading/fast_factory.h
r9715 r9716 33 33 * Creates a FastFactory for a Class' static function named ClassName::fastFactory. 34 34 * @param CLASS_NAME the name of the Class to create the fast-factory for. 35 * @param CLASS_ID the ID of the class to create the fast-factory for @see "class_id .h"35 * @param CLASS_ID the ID of the class to create the fast-factory for @see "class_id_DEPRECATED.h" 36 36 * 37 37 * notice, that the Class to be called, must implement:
Note: See TracChangeset
for help on using the changeset viewer.