Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 8, 2005, 10:34:04 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: draw functions and some sVec3D issues

File:
1 edited

Legend:

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

    r4546 r4550  
    88#define _OBB_TREE_H
    99
    10 #include "base_object.h"
    1110#include "bv_tree.h"
    1211
     12
     13class OBBTreeNode;
    1314
    1415//! A class for representing an obb tree
     
    3132
    3233 private:
     34  OBBTreeNode*         rootNode;                        //!< reference to the root node of the tree
    3335
    3436};
Note: See TracChangeset for help on using the changeset viewer.