Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 14, 2006, 12:34:41 AM (18 years ago)
Author:
patrick
Message:

collision tube register collision events interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/coll_rect/src/lib/collision_reaction/collision.h

    r9889 r9891  
    5353
    5454
     55    inline bool match(const WorldEntity& entityA, WorldEntity& entityB) const { return (this->entityA == &entityA && this->entityB == &entityB); }
    5556    /** @returns true if this Collision has already been dispatched */
    5657    inline bool isDispatched() { return this->bDispatched; }
Note: See TracChangeset for help on using the changeset viewer.