mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 11:10:47 +00:00
SW: Add includes of config.h where needed
Patch from Striker. git-svn-id: https://svn.eduke32.com/eduke32@7511 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
7991de2793
commit
d04df28a93
3 changed files with 3 additions and 0 deletions
|
@ -53,6 +53,7 @@ Prepared for public release: 03/28/2005 - Charlie Wiederhold, 3D Realms
|
|||
#include "menus.h"
|
||||
#include "interp.h"
|
||||
#include "sector.h"
|
||||
#include "config.h"
|
||||
|
||||
static int OverlapDraw = FALSE;
|
||||
extern SWBOOL QuitFlag, LocationInfo, ConPanel, SpriteInfo, PauseKeySet;
|
||||
|
|
|
@ -51,6 +51,7 @@ Prepared for public release: 03/28/2005 - Charlie Wiederhold, 3D Realms
|
|||
#include "text.h"
|
||||
|
||||
#include "colormap.h"
|
||||
#include "config.h"
|
||||
|
||||
//#define PLOCK_VERSION TRUE
|
||||
|
||||
|
|
|
@ -47,6 +47,7 @@ Prepared for public release: 03/28/2005 - Charlie Wiederhold, 3D Realms
|
|||
#include "text.h"
|
||||
#include "rts.h"
|
||||
#include "menus.h"
|
||||
#include "config.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "winlayer.h"
|
||||
|
|
Loading…
Reference in a new issue