#ifndef _VisibilityRay_H__ #define _VisibilityRay_H__ #include "OgreRay.h" namespace GtpVisibility { /** Ray class currently uses native Ogre ray when compiled with the Ogre platform */ typedef Ogre::Ray Ray; } #endif