mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- removed hexenglobal include from GL files.
This commit is contained in:
parent
c927aca2a0
commit
34970c9b9c
4 changed files with 2 additions and 4 deletions
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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)
|
||||||
|
|
|
@ -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)
|
||||||
|
|
||||||
//==========================================================================
|
//==========================================================================
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue