Whitespace, and header sort.

This commit is contained in:
Ragnvald Maartmann-Moe IV 2001-01-04 19:57:26 +00:00
parent 68dfbd6729
commit 9099a7175e

View file

@ -40,17 +40,16 @@
# pragma warning(disable : 4136) // X86
# pragma warning(disable : 4051) // ALPHA
# pragma warning(disable : 4305) // thousands of double to float truncation warnings
# include <windows.h>
#endif
#include <GL/gl.h>
#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
@ -85,6 +84,7 @@ extern DELTEXFUNCPTR delTexFunc;
extern TEXSUBIMAGEPTR TexSubImage2DFunc;
extern int texture_extension_number;
extern int texture_mode;
extern float gldepthmin, gldepthmax;