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