Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 7, 2006, 9:57:13 PM (18 years ago)
Author:
patrick
Message:

bsp: major restructure: going over bsp_entity for collision detection. adjusting interfaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/bsp_model/src/lib/graphics/importer/bsp_manager.h

    r8213 r8217  
    2020*/
    2121
     22#ifndef _BSP_MANAGER_H
     23#define _BSP_MANAGER_H
     24
     25
    2226#include <vector>
    2327#include <deque>
    2428
    25 #include "base_object.h"
     29
    2630
    2731// FORWARD DECLARATIONS
     
    4347};
    4448
    45 class BspManager : public BaseObject
     49class BspManager
    4650{
    4751public:
     
    106110};
    107111
     112#endif /* _BSP_MANAGER_H */
Note: See TracChangeset for help on using the changeset viewer.