Changeset 9686 in orxonox.OLD for branches/new_class_id/src/lib/physics/physics_interface.cc
- Timestamp:
- Aug 22, 2006, 2:36:54 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/physics/physics_interface.cc
r9406 r9686 31 31 32 32 33 33 NewObjectListDefinition(PhysicsInterface); 34 34 /** 35 * standard constructor35 * @brief standard constructor 36 36 */ 37 37 PhysicsInterface::PhysicsInterface () 38 38 { 39 this-> setClassID(CL_PHYSICS_INTERFACE, "PhysicsInterface");39 this->registerObject(this, PhysicsInterface::_objectList); 40 40 41 41 this->mass = 1;
Note: See TracChangeset
for help on using the changeset viewer.