Changeset 4744 in orxonox.OLD for orxonox/trunk/src/util
- Timestamp:
- Jun 30, 2005, 4:53:14 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/util/object_manager.h
r4699 r4744 11 11 TO ADD SUPPORT FOR A CLASS do the following steps: 12 12 1. include the hader file : #include "class_header.h" 13 2. add the class to the type enum class List {}; in class_list.h13 2. add the class to the type enum classID {}; in class_id.h 14 14 3. define a function void mCache( ClassName ) in class ObjectManager 15 15 … … 23 23 #include "projectile.h" 24 24 #include "list.h" 25 26 #include "class_list.h"27 28 25 29 26 class GarbageCollector;
Note: See TracChangeset
for help on using the changeset viewer.