#ifndef _VisibilityCamera_H__ #define _VisibilityCamera_H__ #include "OgreCamera.h" namespace GtpVisibility { /** Camera class currently uses the native Ogre camera when compiled with the Ogre platform */ typedef Ogre::Camera Camera; } #endif