Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

orxonox/trunk: further work on the test env, cdengine draw functions, debug functions

File:
1 edited

Legend:

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

    r4546 r4551  
    1313template<class T> class tList;
    1414class WorldEntity;
     15class OBBTree;
    1516
    1617
     
    6364  int                     state;                            //!< the current state of the cd engine
    6465  tList<WorldEntity>*     entityList;                       //!< pointer to the world entity list
     66  OBBTree*                rootTree;                         //!< for testing purposes a root tree
    6567};
    6668
Note: See TracChangeset for help on using the changeset viewer.