Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 20, 2006, 1:21:09 PM (18 years ago)
Author:
patrick
Message:

more interface and more structure

File:
1 edited

Legend:

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

    r9896 r9898  
    2222
    2323  class CollisionReaction;
    24 
    2524
    2625
     
    4948    /* Defines Operators */
    5049    bool operator()(const WorldEntity* entity) const;
     50    bool operator()(const WorldEntity* entity, const CREngine::ReactionType type) const;
    5151
    5252
    5353    /* Collision Reaction subscription unsubscription Block */
    5454  public:
    55     void subscribeReaction(CoRe::CREngine::ReactionType type, const ClassID& target1);
    56     void subscribeReaction(CoRe::CREngine::ReactionType type, const ClassID& target1, const ClassID& target2);
    57     void subscribeReaction(CoRe::CREngine::ReactionType type, const ClassID& target1, const ClassID& target2, const ClassID& target3);
     55    void subscribeReaction(CREngine::ReactionType type, const ClassID& target1);
     56    void subscribeReaction(CREngine::ReactionType type, const ClassID& target1, const ClassID& target2);
     57    void subscribeReaction(CREngine::ReactionType type, const ClassID& target1, const ClassID& target2, const ClassID& target3);
    5858
    59     void unsubscribeReaction(CoRe::CREngine::ReactionType type);
     59    void unsubscribeReaction(CREngine::ReactionType type);
    6060    void unsubscribeReactions();
    6161
Note: See TracChangeset for help on using the changeset viewer.