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:
hendricks266 2019-04-08 06:26:44 +00:00 committed by Christoph Oelckers
parent 7991de2793
commit d04df28a93
3 changed files with 3 additions and 0 deletions

View file

@ -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;

View file

@ -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

View file

@ -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"