Changeset 9687 in orxonox.OLD for branches/new_class_id/src/lib/collision_detection/bounding_sphere.cc
- Timestamp:
- Aug 22, 2006, 2:52:28 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/collision_detection/bounding_sphere.cc
r9406 r9687 20 20 21 21 22 22 NewObjectListDefinition(BoundingSphere); 23 23 /** 24 24 * standard constructor … … 26 26 BoundingSphere::BoundingSphere () 27 27 { 28 this->setClassID(CL_BOUNDING_SPHERE, "BoundingSphere");28 this->registerObject(this, BoundingSphere::_objectList); 29 29 } 30 30
Note: See TracChangeset
for help on using the changeset viewer.