Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 30, 2005, 2:05:21 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: PhysicsEngine is now aware of the existing fields and interfaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/physics/physics_engine.h

    r4392 r4394  
    1212#include "physics_connection.h"
    1313#include "physics_interface.h"
     14#include "field.h"
    1415
    1516// Forward Declaration
     
    2728  void removePhysicsInterface(PhysicsInterface* physicsInterface);
    2829
     30  void addField(Field* field);
     31  void removeField(Field* field);
    2932
    3033  void addConnection(PhysicsConnection* connection);
     
    4043
    4144  tList<PhysicsInterface>* interfaces;     //!< a list of physically based objects
     45  tList<Field>* fields;                    //!< a list of physicsl fields.
    4246  tList<PhysicsConnection>* connections;   //!< a list of physical connections
    4347};
Note: See TracChangeset for help on using the changeset viewer.