Changeset 4979 in orxonox.OLD for orxonox/trunk/src/util/fast_factory.h
- Timestamp:
- Aug 10, 2005, 4:47:23 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/util/fast_factory.h
r4969 r4979 15 15 * afterwards one can just retrieve an Object form the Class with 16 16 * this->bulletFactory->resurrect(); // this returns a BaseObject an Object of the class. 17 * 18 * The big difference to the FastFactory-class is, that this one is used more for the purpose 19 * of fast game-interaction than for loading. althought one can also load FastFactorized classes 20 * it is not the main topic. 17 21 */ 18 19 22 20 23 #ifndef _FAST_FACTORY_H
Note: See TracChangeset
for help on using the changeset viewer.