00001 #ifndef _VisibilityRay_H__ 00002 #define _VisibilityRay_H__ 00003 00004 #include "OgreRay.h" 00005 00006 namespace GtpVisibility { 00008 typedef Ogre::Ray Ray; 00009 } 00010 00011 00012 00013 #endif