Changeset 8203 in orxonox.OLD for branches/bsp_model/src/lib/collision_reaction/collision.h
- Timestamp:
- Jun 7, 2006, 4:42:44 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/bsp_model/src/lib/collision_reaction/collision.h
r8190 r8203 43 43 inline void setEntityBCollide(bool flag) { this->entityACollide = flag; } 44 44 45 45 46 /** @returns true if this Collision has already been dispatched */ 46 47 inline bool isDispatched() { return this->bDispatched; }
Note: See TracChangeset
for help on using the changeset viewer.