From 9099a7175e1726ecb0e04a80af4653068be2dbd1 Mon Sep 17 00:00:00 2001 From: Ragnvald Maartmann-Moe IV Date: Thu, 4 Jan 2001 19:57:26 +0000 Subject: [PATCH] Whitespace, and header sort. --- include/glquake.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/include/glquake.h b/include/glquake.h index d4921a9..b042979 100644 --- a/include/glquake.h +++ b/include/glquake.h @@ -36,28 +36,27 @@ #if defined(_WIN32) && !defined(__GNUC__) // disable data conversion warnings // FIXME: move that somewhere else -- yan -#pragma warning(disable : 4244) // MIPS -#pragma warning(disable : 4136) // X86 -#pragma warning(disable : 4051) // ALPHA -#pragma warning(disable : 4305) // thousands of double to float truncation warnings - -#include +# pragma warning(disable : 4244) // MIPS +# pragma warning(disable : 4136) // X86 +# pragma warning(disable : 4051) // ALPHA +# pragma warning(disable : 4305) // thousands of double to float truncation warnings +# include #endif #include +#include "client.h" +#include "cvar.h" #include "model.h" #include "render.h" -#include "cvar.h" #include "wad.h" -#include "client.h" #ifndef GL_BGR -#define GL_BGR 0x80E0 +# define GL_BGR 0x80E0 #endif #ifndef GL_BGRA -#define GL_BGRA 0x80E1 +# define GL_BGRA 0x80E1 #endif #ifndef GLAPIENTRY @@ -85,6 +84,7 @@ extern DELTEXFUNCPTR delTexFunc; extern TEXSUBIMAGEPTR TexSubImage2DFunc; extern int texture_extension_number; +extern int texture_mode; extern float gldepthmin, gldepthmax;