Changeset 5718 in orxonox.OLD for branches/collision_detection/src/world_entities/world_entity.h
- 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.h
r5717 r5718 43 43 virtual void tick (float time); 44 44 virtual void draw () const; 45 virtual void collidesWith ( WorldEntity* entity, const Vector& location);45 virtual void collidesWith (const WorldEntity& entity, const Vector& location) const; 46 46 47 47 void drawBVTree(unsigned int depth, int drawMode) const;
Note: See TracChangeset
for help on using the changeset viewer.