- Timestamp:
- 08/03/05 14:12:41 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/work/ogre_changes/Plugins/OctreeSceneManager/include/OgreOctree.h
r158 r193 36 36 #define OCTREE_H 37 37 38 #ifdef GTP_VISIBILITY_MODIFIED_OGRE 38 39 #include "OgreTerrainPrerequisites.h" 40 #endif 39 41 #include <OgreAxisAlignedBox.h> 40 42 #include <OgreWireBoundingBox.h> … … 58 60 */ 59 61 62 #ifdef GTP_VISIBILITY_MODIFIED_OGRE 60 63 class _OgreTerrainExport Octree 64 #else 65 class Octree 66 #endif // GTP_VISIBILITY_MODIFIED_OGRE 61 67 { 62 68 public:
Note: See TracChangeset
for help on using the changeset viewer.