Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 31, 2006, 12:54:53 AM (19 years ago)
Author:
patrick
Message:

cr: working on the collision reactions itself

File:
1 edited

Legend:

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

    r7968 r8006  
    3333    /** registers a @param event CollisionEvent to take place */
    3434    inline void registerCollisionEvent(CollisionEvent* event) { this->collisionEvents.push_back(event); }
     35    /** @returns a vector of collision events */
     36    inline const std::vector<CollisionEvent*>& getCollisionEvents() const { return this->collisionEvents; }
    3537
    3638    void handleCollisionEvents();
Note: See TracChangeset for help on using the changeset viewer.