Changeset 4183 in orxonox.OLD for orxonox/branches/physics/src/util/physics/physics_connection.cc
- Timestamp:
- May 14, 2005, 2:50:25 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/physics/src/util/physics/physics_connection.cc
r4182 r4183 17 17 18 18 #include "physics_connection.h" 19 #include "field.h" 20 #include "p article_system.h"19 20 #include "physics_engine.h" 21 21 22 22 using namespace std; … … 29 29 this->particleSystem = particleSystem; 30 30 this->field = field; 31 32 PhysicsEngine::getInstance()->addConnection(this); 31 33 } 32 34 … … 38 40 PhysicsConnection::~PhysicsConnection () 39 41 { 40 42 PhysicsEngine::getInstance()->removeConnection(this); 41 43 } 42 44
Note: See TracChangeset
for help on using the changeset viewer.