Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 6, 2005, 12:44:25 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: got the class hirarchy right now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/util/collision_detection/obb.h

    r4511 r4514  
    99
    1010#include "base_object.h"
     11#include "bounding_volume.h"
    1112
    1213
    1314//! A class representing an extended bounding volume tree: an obb tree
    14 class OBB : public BaseObject {
     15class OBB : public BoundingVolume {
    1516
    1617 public:
Note: See TracChangeset for help on using the changeset viewer.