Changeset 7940 in orxonox.OLD for branches/cr/src/lib/collision_reaction/cr_engine.h
- Timestamp:
- May 28, 2006, 11:05:21 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cr/src/lib/collision_reaction/cr_engine.h
r7937 r7940 41 41 inline static CREngine* getInstance() { if (!singletonRef) singletonRef = new CREngine(); return singletonRef; }; 42 42 43 void init(); 44 void reset(); 45 46 43 47 CollisionHandle* subscribeReaction(WorldEntity* worldEntity, CRType type); 44 48
Note: See TracChangeset
for help on using the changeset viewer.