Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 29, 2006, 12:48:21 AM (19 years ago)
Author:
patrick
Message:

cr: collision objects handling

File:
1 edited

Legend:

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

    r7944 r7945  
    4141  inline static CREngine* getInstance() { if (!singletonRef) singletonRef = new CREngine();  return singletonRef; };
    4242
    43   void init();
    4443  void reset();
    4544
     
    6059  void debug();
    6160
     61
    6262private:
    6363  CREngine();
     64  void init();
    6465
    6566
Note: See TracChangeset for help on using the changeset viewer.