- fixed compilation of release build.

This commit is contained in:
Christoph Oelckers 2020-11-04 07:01:25 +01:00
parent 29b08b2115
commit 773aa9976d
5 changed files with 5 additions and 0 deletions

View file

@ -37,6 +37,7 @@ source as it is released.
#include "global.h"
#include "prediction.h"
#include "names_d.h"
#include "dukeactor.h"
EXTERN_CVAR(Bool, wt_commentary)

View file

@ -31,6 +31,7 @@ Prepared for public release: 03/21/2003 - Charlie Wiederhold, 3D Realms
#include "global.h"
#include "names_r.h"
#include "prediction.h"
#include "dukeactor.h"
BEGIN_DUKE_NS

View file

@ -31,6 +31,7 @@ Modifications for JonoF's port by Jonathon Fowler (jf@jonof.id.au)
#include "v_video.h"
#include "prediction.h"
#include "automap.h"
#include "dukeactor.h"
BEGIN_DUKE_NS

View file

@ -42,6 +42,7 @@ source as it is released.
#include "v_draw.h"
#include "names_d.h"
#include "texturemanager.h"
#include "dukeactor.h"
BEGIN_DUKE_NS

View file

@ -34,6 +34,7 @@ Prepared for public release: 03/21/2003 - Charlie Wiederhold, 3D Realms
#include "v_draw.h"
#include "names_r.h"
#include "texturemanager.h"
#include "dukeactor.h"
BEGIN_DUKE_NS