Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 31, 2006, 1:55:42 PM (18 years ago)
Author:
patrick
Message:

cd_merge: comipiles again. major interface adjustements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cd_merge/src/world_entities/world_entity.h

    r6512 r6890  
    4242  inline void loadMD2Texture(const char* fileName) { this->md2TextureFileName = fileName; }
    4343
    44   bool buildObbTree(unsigned int depth);
     44  bool buildObbTree(int depth);
    4545  /** @returns a reference to the obb tree of this worldentity */
    4646  BVTree* getOBBTree() const { return this->obbTree; };
Note: See TracChangeset for help on using the changeset viewer.