Changeset 7944 in orxonox.OLD for branches/cr/src/world_entities/world_entity.h
- Timestamp:
- May 29, 2006, 12:02:04 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cr/src/world_entities/world_entity.h
r7933 r7944 24 24 25 25 class BVTree; 26 class BoundingVolume; 26 27 class Model; 27 28 class CollisionHandle; 29 class Collision; 28 30 29 31 … … 69 71 /* --- Collision Reaction Block --- */ 70 72 void subscribeReaction(CREngine::CRType type, int nrOfTargets, long target, ...); 73 void registerCollision(WorldEntity* entityA, WorldEntity* entityB, BoundingVolume* bvA, BoundingVolume* bvB); 71 74 72 75
Note: See TracChangeset
for help on using the changeset viewer.