Changeset 5028 in orxonox.OLD for orxonox/trunk/src/lib/collision_detection/bv_tree.h
- Timestamp:
- Aug 15, 2005, 8:59:02 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/collision_detection/bv_tree.h
r5026 r5028 42 42 virtual void flushTree() = NULL; 43 43 44 virtual void collideWith(BVTree* tree, PNode* nodeA, PNode* nodeB) = NULL;44 virtual void collideWith(BVTree* tree, WorldEntity* nodeA, WorldEntity* nodeB) = NULL; 45 45 virtual void collideWith(WorldEntity* entity1, WorldEntity* entity2) = NULL; 46 46
Note: See TracChangeset
for help on using the changeset viewer.