Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

cr: collision registration work

File:
1 edited

Legend:

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

    r7933 r7944  
    2424
    2525class BVTree;
     26class BoundingVolume;
    2627class Model;
    2728class CollisionHandle;
     29class Collision;
    2830
    2931
     
    6971  /* --- Collision Reaction Block --- */
    7072  void subscribeReaction(CREngine::CRType type, int nrOfTargets, long target, ...);
     73  void registerCollision(WorldEntity* entityA, WorldEntity* entityB, BoundingVolume* bvA, BoundingVolume* bvB);
    7174
    7275
Note: See TracChangeset for help on using the changeset viewer.