#ifndef _VisibilityVector3_H__ #define _VisibilityVector3_H__ #include "OgreVector3.h" namespace GtpVisibility { /** Vector3 class currently uses the native Ogre vector when compiled with the Ogre platform */ typedef Ogre::Vector3 Vector3; } #endif