Changeset 4808 in orxonox.OLD for orxonox/trunk/src/lib/graphics/spatial_separation/spatial_separation.cc
- Timestamp:
- Jul 7, 2005, 11:51:10 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/spatial_separation/spatial_separation.cc
r4805 r4808 14 14 */ 15 15 16 //#define DEBUG_SPECIAL_MODULE DEBUG_MODULE_ 16 #define DEBUG_SPECIAL_MODULE DEBUG_MODULE_SPATIAL_SEPARATION 17 17 18 18 #include "spatial_separation.h" … … 30 30 this->setClassID(CL_SPATIAL_SEPARATION, "SpatialSeparation"); 31 31 32 /* If you make a new class, what is most probably the case when you write this file33 don't forget to:34 1. Add the new file new_class.cc to the ./src/Makefile.am35 2. Add the class identifier to ./src/class_id.h eg. CL_NEW_CLASS36 37 Advanced Topics:38 - if you want to let your object be managed via the ObjectManager make sure to read39 the object_manager.h header comments. You will use this most certanly only if you40 make many objects of your class, like a weapon bullet.41 */42 32 } 43 33
Note: See TracChangeset
for help on using the changeset viewer.