Changeset 9715 in orxonox.OLD for branches/new_class_id/src/lib/physics/physics_engine.cc
- Timestamp:
- Sep 1, 2006, 8:06:39 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/physics/physics_engine.cc
r9686 r9715 24 24 25 25 26 NewObjectListDefinition(PhysicsEngine);26 ObjectListDefinition(PhysicsEngine); 27 27 /** 28 28 * @brief standard constructor … … 222 222 /* actually tick all the PhysicsInterfaces. Move the objects around */ 223 223 224 NewObjectList<PhysicsInterface>::const_iterator it;224 ObjectList<PhysicsInterface>::const_iterator it; 225 225 for (it = PhysicsInterface::objectList().begin(); 226 226 it != PhysicsInterface::objectList().end();
Note: See TracChangeset
for help on using the changeset viewer.