Changeset 7945 in orxonox.OLD for branches/cr/src/lib/collision_reaction/cr_engine.h
- Timestamp:
- May 29, 2006, 12:48:21 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cr/src/lib/collision_reaction/cr_engine.h
r7944 r7945 41 41 inline static CREngine* getInstance() { if (!singletonRef) singletonRef = new CREngine(); return singletonRef; }; 42 42 43 void init();44 43 void reset(); 45 44 … … 60 59 void debug(); 61 60 61 62 62 private: 63 63 CREngine(); 64 void init(); 64 65 65 66
Note: See TracChangeset
for help on using the changeset viewer.