mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-24 10:40:46 +00:00
Fix USE_OPENGL=0 build.
git-svn-id: https://svn.eduke32.com/eduke32@4584 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
3493302e6c
commit
e8f67a9271
2 changed files with 4 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
#include "compat.h"
|
||||
#include "build.h"
|
||||
#include "baselayer.h"
|
||||
|
||||
#include "grpscan.h"
|
||||
|
||||
|
|
|
@ -3,7 +3,9 @@
|
|||
#include "keys.h"
|
||||
#include "build.h"
|
||||
#include "cache1d.h"
|
||||
#include "polymer.h"
|
||||
#ifdef POLYMER
|
||||
# include "polymer.h"
|
||||
#endif
|
||||
#include "editor.h"
|
||||
#include "renderlayer.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue