Changeset 9715 in orxonox.OLD for branches/new_class_id/src/lib/collision_detection/bounding_volume.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/bounding_volume.h
r9687 r9715 17 17 //! An abstract class representing a bounding volume 18 18 class BoundingVolume : public BaseObject { 19 NewObjectListDeclaration(BoundingVolume);19 ObjectListDeclaration(BoundingVolume); 20 20 21 21 public:
Note: See TracChangeset
for help on using the changeset viewer.