Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 3, 2006, 3:37:01 PM (18 years ago)
Author:
patrick
Message:

cr: finished cleaning up the code, collision reaction now integrated and should either work or throw a sigfault :D

File:
1 edited

Legend:

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

    r8124 r8129  
    4545    /** @returns true if this Collision has already been dispatched */
    4646    inline bool isDispatched() { return this->bDispatched; }
     47    /** sets the dispatched flag to true */
     48    inline void dispatched() { this->bDispatched = true; }
    4749
    4850    /** registers a @param event CollisionEvent to take place */
     
    5254
    5355
    54     void handleCollisionEvents();
    55 
    56 
    57   private:
    5856    void flushCollisionEvents();
    5957
Note: See TracChangeset for help on using the changeset viewer.