mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-28 12:30:46 +00:00
- header cleanup in gl_interface.cpp
# Conflicts: # source/common/rendering/gl_load/gl_interface.cpp
This commit is contained in:
parent
53891004a0
commit
a223535f86
1 changed files with 1 additions and 1 deletions
|
@ -33,6 +33,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "gl_system.h"
|
#include "gl_system.h"
|
||||||
|
#include "engineerrors.h"
|
||||||
#include "tarray.h"
|
#include "tarray.h"
|
||||||
#include "basics.h"
|
#include "basics.h"
|
||||||
#include "m_argv.h"
|
#include "m_argv.h"
|
||||||
|
@ -40,7 +41,6 @@
|
||||||
#include "v_video.h"
|
#include "v_video.h"
|
||||||
#include "printf.h"
|
#include "printf.h"
|
||||||
#include "gl_interface.h"
|
#include "gl_interface.h"
|
||||||
#include "gamecvars.h"
|
|
||||||
|
|
||||||
static TArray<FString> m_Extensions;
|
static TArray<FString> m_Extensions;
|
||||||
RenderContext gl;
|
RenderContext gl;
|
||||||
|
|
Loading…
Reference in a new issue