Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 29, 2006, 1:04:39 AM (19 years ago)
Author:
patrick
Message:

cr: more cr cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cr/src/world_entities/world_entity.h

    r7945 r7946  
    7171  /* --- Collision Reaction Block --- */
    7272  void subscribeReaction(CREngine::CRType type, int nrOfTargets, long target, ...);
     73  void unsubscribeReaction(CREngine::CRType type);
     74  void unsubscribeReaction();
    7375  bool registerCollision(WorldEntity* entityA, WorldEntity* entityB, BoundingVolume* bvA, BoundingVolume* bvB);
    7476
Note: See TracChangeset for help on using the changeset viewer.