Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 28, 2006, 11:05:21 PM (19 years ago)
Author:
patrick
Message:

cr: init and reset phases

File:
1 edited

Legend:

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

    r7937 r7940  
    4141  inline static CREngine* getInstance() { if (!singletonRef) singletonRef = new CREngine();  return singletonRef; };
    4242
     43  void init();
     44  void reset();
     45
     46
    4347  CollisionHandle* subscribeReaction(WorldEntity* worldEntity, CRType type);
    4448
Note: See TracChangeset for help on using the changeset viewer.