From 612674fc53863ad8d208213eac2b6c3622fe9f9f Mon Sep 17 00:00:00 2001 From: Molgrum Date: Fri, 12 Oct 2007 13:23:46 +0000 Subject: [PATCH] Merged builds again. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2741 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/gl/glquake.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/engine/gl/glquake.h b/engine/gl/glquake.h index a1770e28..1f2ff522 100644 --- a/engine/gl/glquake.h +++ b/engine/gl/glquake.h @@ -17,6 +17,10 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + +#ifndef GLQUAKE_H +#define GLQUAKE_H + // disable data conversion warnings #ifdef MSVCDISABLEWARNINGS #pragma warning(disable : 4244) // MIPS @@ -917,3 +921,5 @@ extern vec3_t r_pright, r_pup, r_ppn; extern float xscaleshrink, yscaleshrink; #endif + +#endif