Changeset 5718 in orxonox.OLD for branches/collision_detection/src/world_entities/world_entity.cc
- Timestamp:
- Nov 23, 2005, 1:06:44 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/collision_detection/src/world_entities/world_entity.cc
r5717 r5718 147 147 * Implement behaviour like damage application or other miscellaneous collision stuff in this function 148 148 */ 149 void WorldEntity::collidesWith( WorldEntity* entity, const Vector& location)149 void WorldEntity::collidesWith(const WorldEntity& entity, const Vector& location) const 150 150 { 151 151 /**
Note: See TracChangeset
for help on using the changeset viewer.