From d04df28a9316cb0b0eed55bdf8837ad12e91b9cc Mon Sep 17 00:00:00 2001 From: hendricks266 Date: Mon, 8 Apr 2019 06:26:44 +0000 Subject: [PATCH] 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 --- source/sw/src/draw.cpp | 1 + source/sw/src/menus.cpp | 1 + source/sw/src/sounds.cpp | 1 + 3 files changed, 3 insertions(+) diff --git a/source/sw/src/draw.cpp b/source/sw/src/draw.cpp index 8cf824d33..943efdac8 100644 --- a/source/sw/src/draw.cpp +++ b/source/sw/src/draw.cpp @@ -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; diff --git a/source/sw/src/menus.cpp b/source/sw/src/menus.cpp index e673f2440..343f9b09a 100644 --- a/source/sw/src/menus.cpp +++ b/source/sw/src/menus.cpp @@ -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 diff --git a/source/sw/src/sounds.cpp b/source/sw/src/sounds.cpp index 89cf37888..b352f0d56 100644 --- a/source/sw/src/sounds.cpp +++ b/source/sw/src/sounds.cpp @@ -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"