Changeset 7946 in orxonox.OLD for branches/cr/src/world_entities/world_entity.h
- Timestamp:
- May 29, 2006, 1:04:39 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cr/src/world_entities/world_entity.h
r7945 r7946 71 71 /* --- Collision Reaction Block --- */ 72 72 void subscribeReaction(CREngine::CRType type, int nrOfTargets, long target, ...); 73 void unsubscribeReaction(CREngine::CRType type); 74 void unsubscribeReaction(); 73 75 bool registerCollision(WorldEntity* entityA, WorldEntity* entityB, BoundingVolume* bvA, BoundingVolume* bvB); 74 76
Note: See TracChangeset
for help on using the changeset viewer.