Changeset 8182 in orxonox.OLD for branches/cr/src/world_entities/world_entity.h
- Timestamp:
- Jun 7, 2006, 11:41:16 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cr/src/world_entities/world_entity.h
r8169 r8182 29 29 class CollisionHandle; 30 30 class Collision; 31 class Plane; 31 32 32 33 … … 81 82 82 83 bool registerCollision(WorldEntity* entityA, WorldEntity* entityB, BoundingVolume* bvA, BoundingVolume* bvB); 84 bool registerCollision(WorldEntity* entity, Plane* plane, Vector position); 83 85 /** @return true if there is at least on collision reaction subscribed */ 84 86 inline bool isReactive() const { return this->bReactive; }
Note: See TracChangeset
for help on using the changeset viewer.