00001 #ifndef _VisibilityMesh_H__ 00002 #define _VisibilityMesh_H__ 00003 00004 #include "OgreMesh.h" 00005 00006 namespace GtpVisibility { 00007 typedef Ogre::Mesh Mesh; 00008 } 00009 00010 00011 00012 #endif