Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 28, 2005, 11:56:46 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: more loading (especially for physics)

File:
1 edited

Legend:

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

    r4597 r4728  
    3030  PhysicsConnection(PhysicsInterface* subject, Field* field);
    3131  //  PhysicsConnection(PhysicsInterface* partnerOne, PhysicsInterface* partnerTwo);
     32  PhysicsConnection(const TiXmlElement* root);
    3233
    3334  virtual ~PhysicsConnection();
     35
     36  void setSubject(const char* subjectName);
     37  void setField(const char* fieldName);
    3438
    3539  void apply(void) const;
Note: See TracChangeset for help on using the changeset viewer.