Ignore:
Timestamp:
08/03/05 14:12:41 (19 years ago)
Author:
mattausch
Message:

changed to ogre 103
added readme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/work/ogre_changes/Plugins/OctreeSceneManager/include/OgreOctree.h

    r158 r193  
    3636#define OCTREE_H 
    3737 
     38#ifdef GTP_VISIBILITY_MODIFIED_OGRE 
    3839#include "OgreTerrainPrerequisites.h" 
     40#endif 
    3941#include <OgreAxisAlignedBox.h> 
    4042#include <OgreWireBoundingBox.h> 
     
    5860*/ 
    5961 
     62#ifdef GTP_VISIBILITY_MODIFIED_OGRE 
    6063class _OgreTerrainExport Octree 
     64#else 
     65class Octree 
     66#endif // GTP_VISIBILITY_MODIFIED_OGRE 
    6167{ 
    6268public: 
Note: See TracChangeset for help on using the changeset viewer.