Changeset 7933 in orxonox.OLD for branches/cr/src/world_entities/world_entity.h
- Timestamp:
- May 28, 2006, 9:37:55 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cr/src/world_entities/world_entity.h
r7932 r7933 15 15 #include "glincl.h" 16 16 #include <vector> 17 #include <stdarg.h> 17 18 18 19 19 … … 68 68 69 69 /* --- Collision Reaction Block --- */ 70 void subscribeReaction(CREngine::CRType type, int nrOfTargets, ...);70 void subscribeReaction(CREngine::CRType type, int nrOfTargets, long target, ...); 71 71 72 72
Note: See TracChangeset
for help on using the changeset viewer.