Changeset 8234 in orxonox.OLD for branches/bsp_model/src/lib/collision_reaction/collision_handle.h
- Timestamp:
- Jun 8, 2006, 1:30:08 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/bsp_model/src/lib/collision_reaction/collision_handle.h
r8190 r8234 41 41 /** @returns true if this handle should be pulled also if there are no collisions */ 42 42 inline bool isContinuousPoll() const { return this->bContinuousPoll; } 43 /** @returns the type */ 44 inline CREngine::CRType getType() const { return this->type; } 43 45 44 46 void handleCollisions();
Note: See TracChangeset
for help on using the changeset viewer.