Changeset 9715 in orxonox.OLD for branches/new_class_id/src/lib/collision_detection/obb_tree.h
- Timestamp:
- Sep 1, 2006, 8:06:39 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/collision_detection/obb_tree.h
r9687 r9715 20 20 class OBBTree : public BVTree 21 21 { 22 NewObjectListDeclaration(OBBTree);22 ObjectListDeclaration(OBBTree); 23 23 24 24 public:
Note: See TracChangeset
for help on using the changeset viewer.