Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8047 in orxonox.OLD for branches/cr/src/world_entities


Ignore:
Timestamp:
May 31, 2006, 10:36:17 PM (18 years ago)
Author:
patrick
Message:

cr: flush to switch platforms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cr/src/world_entities/world_entity.h

    r7989 r8047  
    1616#include <vector>
    1717
     18#include "physics_interface.h"
    1819
    1920
     
    113114  bool hasHealthWidget() const { return this->healthWidget; };
    114115
     116
     117  //FIXME: the PhysicsInterface and the whole PEngine should probably be reviewed. Here its just used to store the vars
     118  /* --- Physics Interface --- */
     119  inline PhysicsInterface getPhysicsEngine() const { return this->physicsInterface; }
     120
     121
    115122  /* --- Misc Stuff Block --- */
    116123  void debugWE() { this->debugEntity(); }
     
    150157  bool                    bReactive;                              //!< true if there is at least one collision reaction subscibed
    151158
     159  PhysicsInterface        physicsInterface;  //!< the physics object of the WorldEntity
    152160
    153161};
Note: See TracChangeset for help on using the changeset viewer.