Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5279 in orxonox.OLD for trunk/src/lib/collision_detection/bv_tree.h


Ignore:
Timestamp:
Oct 4, 2005, 9:20:04 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: almost mac compatibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/collision_detection/bv_tree.h

    r5039 r5279  
    3939  virtual ~BVTree();
    4040
    41   virtual void spawnBVTree(int depth, sVec3D *verticesList, const int length) = NULL;
    42   virtual void flushTree() = NULL;
     41  virtual void spawnBVTree(int depth, sVec3D *verticesList, const int length) = 0;
     42  virtual void flushTree() = 0;
    4343
    44   virtual void collideWith(BVTree* tree, WorldEntity* nodeA, WorldEntity* nodeB) = NULL;
    45   virtual void collideWith(WorldEntity* entity1, WorldEntity* entity2) = NULL;
     44  virtual void collideWith(BVTree* tree, WorldEntity* nodeA, WorldEntity* nodeB) = 0;
     45  virtual void collideWith(WorldEntity* entity1, WorldEntity* entity2) = 0;
    4646
    47   virtual void drawBV(int depth, int drawMode) const = NULL;
     47  virtual void drawBV(int depth, int drawMode) const = 0;
    4848
    4949
Note: See TracChangeset for help on using the changeset viewer.