#ifndef _VisibilityAxisAlignedBox_H__ #define _VisibilityAxisAlignedBox_H__ #include "OgreAxisAlignedBox.h" namespace GtpVisibility { /** This class currently uses the native Ogre AxisAlignedBox when compiled with the Ogre platform */ typedef Ogre::AxisAlignedBox AxisAlignedBox; } #endif