Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5143 in orxonox.OLD for trunk/src/world_entities/world_entity.h


Ignore:
Timestamp:
Aug 27, 2005, 12:32:41 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: minor cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/world_entity.h

    r5061 r5143  
    88
    99#include "p_node.h"
    10 #include "resource_manager.h"
     10
    1111#include "factory.h"
    12 #include "load_param.h"
    13 #include "bv_tree.h"
    1412#include "model.h"
    1513
     
    2018class SoundBuffer;
    2119class SoundSource;
     20class BVTree;
    2221
    2322
     
    5049
    5150  /** @returns a reference to the obb tree of this worldentity */
    52   BVTree* getOBBTree() { return this->obbTree; }
     51  BVTree* getOBBTree() { return this->obbTree; };
    5352
    5453  virtual void postSpawn ();
Note: See TracChangeset for help on using the changeset viewer.