Changeset 8029 in orxonox.OLD for branches/cr/src/lib/collision_reaction/collision_reaction.h
- Timestamp:
- May 31, 2006, 3:18:19 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cr/src/lib/collision_reaction/collision_reaction.h
r8006 r8029 23 23 virtual void reactToCollision(Collision* collision) = 0; 24 24 25 inline bool isContinuousPoll() const { return this->bContinuousPoll; } 26 25 27 private: 26 28 bool bContinuousPoll; //!< if true the collision rection function is also called, if there was no collision 27 29 }; 28 30
Note: See TracChangeset
for help on using the changeset viewer.