- removed hexenglobal include from GL files.

This commit is contained in:
Christoph Oelckers 2016-12-03 18:49:52 +01:00
parent c927aca2a0
commit 34970c9b9c
4 changed files with 2 additions and 4 deletions

View File

@ -40,7 +40,6 @@
#include "sbar.h" #include "sbar.h"
#include "po_man.h" #include "po_man.h"
#include "r_utility.h" #include "r_utility.h"
#include "a_hexenglobal.h"
#include "p_local.h" #include "p_local.h"
#include "colormatcher.h" #include "colormatcher.h"
#include "gl/gl_functions.h" #include "gl/gl_functions.h"

View File

@ -40,7 +40,6 @@
#include "sbar.h" #include "sbar.h"
#include "po_man.h" #include "po_man.h"
#include "r_utility.h" #include "r_utility.h"
#include "a_hexenglobal.h"
#include "p_local.h" #include "p_local.h"
#include "gl/gl_functions.h" #include "gl/gl_functions.h"
#include "serializer.h" #include "serializer.h"

View File

@ -53,7 +53,7 @@
#include "gl/renderer/gl_2ddrawer.h" #include "gl/renderer/gl_2ddrawer.h"
#include "gl_debug.h" #include "gl_debug.h"
IMPLEMENT_CLASS(OpenGLFrameBuffer, false, false, false, false) IMPLEMENT_CLASS(OpenGLFrameBuffer, false, false)
EXTERN_CVAR (Float, vid_brightness) EXTERN_CVAR (Float, vid_brightness)
EXTERN_CVAR (Float, vid_contrast) EXTERN_CVAR (Float, vid_contrast)
EXTERN_CVAR (Bool, vid_vsync) EXTERN_CVAR (Bool, vid_vsync)

View File

@ -854,7 +854,7 @@ bool Win32GLVideo::SetFullscreen(const char *devicename, int w, int h, int bits,
// //
//========================================================================== //==========================================================================
IMPLEMENT_CLASS(Win32GLFrameBuffer, true, false, false, false) IMPLEMENT_CLASS(Win32GLFrameBuffer, true, false)
//========================================================================== //==========================================================================
// //