Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 4, 2006, 2:24:40 PM (17 years ago)
Author:
patrick
Message:

removed many very heavy segfaults

File:
1 edited

Legend:

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

    r9988 r10006  
    7373    inline static CREngine* getInstance() { if (!singletonRef) singletonRef = new CREngine();  return singletonRef; };
    7474
    75 
    7675    Collision* popCollisionObject();
    7776    CollisionEvent* popCollisionEventObject();
     
    8685    void init();
    8786
    88     void flushCollisions();
     87    void reset();
    8988
    9089
Note: See TracChangeset for help on using the changeset viewer.