mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 11:40:44 +00:00
Clean up polymost.cpp includes
git-svn-id: https://svn.eduke32.com/eduke32@7421 1a8010ca-5511-0410-912e-c29ae57300e0 # Conflicts: # source/build/src/polymost.cpp
This commit is contained in:
parent
e1e8b835db
commit
bf7ee94a2d
1 changed files with 4 additions and 16 deletions
|
@ -8,26 +8,14 @@ Ken Silverman's official web site: http://www.advsys.net/ken
|
||||||
|
|
||||||
#ifdef USE_OPENGL
|
#ifdef USE_OPENGL
|
||||||
|
|
||||||
#include "compat.h"
|
|
||||||
#include "build.h"
|
#include "build.h"
|
||||||
#include "glad/glad.h"
|
|
||||||
#include "mdsprite.h"
|
|
||||||
#include "pragmas.h"
|
|
||||||
#include "baselayer.h"
|
|
||||||
#include "osd.h"
|
|
||||||
#include "engine_priv.h"
|
|
||||||
#include "hightile.h"
|
|
||||||
#include "polymost.h"
|
|
||||||
#include "polymer.h"
|
|
||||||
#include "cache1d.h"
|
|
||||||
#include "kplib.h"
|
|
||||||
#include "texcache.h"
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "palette.h"
|
#include "engine_priv.h"
|
||||||
|
#include "kplib.h"
|
||||||
|
#include "mdsprite.h"
|
||||||
|
#include "polymost.h"
|
||||||
#include "../../glbackend/glbackend.h"
|
#include "../../glbackend/glbackend.h"
|
||||||
|
|
||||||
#include "vfs.h"
|
|
||||||
|
|
||||||
extern char textfont[2048], smalltextfont[2048];
|
extern char textfont[2048], smalltextfont[2048];
|
||||||
|
|
||||||
bool playing_rr;
|
bool playing_rr;
|
||||||
|
|
Loading…
Reference in a new issue