Changeset 8106 in orxonox.OLD for branches/cr/src/world_entities
- Timestamp:
- Jun 1, 2006, 10:27:53 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cr/src/world_entities/world_entity.h
r8099 r8106 84 84 inline bool isReactive() const { return this->bReactive; } 85 85 86 constCollisionHandle* getCollisionHandle(CREngine::CRType type) const { return this->collisionHandles[type]; }86 CollisionHandle* getCollisionHandle(CREngine::CRType type) const { return this->collisionHandles[type]; } 87 87 88 88
Note: See TracChangeset
for help on using the changeset viewer.