Changeset 8047 in orxonox.OLD for branches/cr/src/world_entities
- Timestamp:
- May 31, 2006, 10:36:17 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cr/src/world_entities/world_entity.h
r7989 r8047 16 16 #include <vector> 17 17 18 #include "physics_interface.h" 18 19 19 20 … … 113 114 bool hasHealthWidget() const { return this->healthWidget; }; 114 115 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 115 122 /* --- Misc Stuff Block --- */ 116 123 void debugWE() { this->debugEntity(); } … … 150 157 bool bReactive; //!< true if there is at least one collision reaction subscibed 151 158 159 PhysicsInterface physicsInterface; //!< the physics object of the WorldEntity 152 160 153 161 };
Note: See TracChangeset
for help on using the changeset viewer.