Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 9, 2005, 12:21:08 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: compiles again, some smaller changes in the cd engine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/collision_detection/bounding_volume.h

    r4557 r4560  
    2424  inline const Vector* getCenter() const { return this->center; }
    2525
    26   virtual tList<sVect3D>* getVertices() const = NULL;
     26  virtual sVect3D* getVertices() const = NULL;
    2727  virtual void mergeWith(const BoundingVolume &bv) = NULL;
    2828
     
    3232
    3333
    34  protected:
     34 public:
    3535  Vector*             center;                     //!< Center point of box
    3636
Note: See TracChangeset for help on using the changeset viewer.