Changeset 9715 in orxonox.OLD for branches/new_class_id/src/lib/collision_detection/obb.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.h
r9687 r9715 15 15 //! A class representing an extended bounding volume tree: an obb tree 16 16 class OBB : public BoundingVolume { 17 NewObjectListDeclaration(OBB);17 ObjectListDeclaration(OBB); 18 18 19 19 public:
Note: See TracChangeset
for help on using the changeset viewer.