This commit is contained in:
Christoph Oelckers 2016-02-17 11:43:03 +01:00
commit 5a779cc1f4
2 changed files with 3 additions and 1 deletions

View File

@ -20,6 +20,7 @@
#include "v_font.h"
#include "farchive.h"
#include "p_spec.h"
#include "portal.h"
// Include all the other Strife stuff here to reduce compile time
#include "a_acolyte.cpp"

View File

@ -34,7 +34,7 @@
#include "doomstat.h"
#include "m_random.h"
#include "m_bbox.h"
#include "p_local.h"
#include "portal.h"
#include "r_sky.h"
#include "st_stuff.h"
#include "c_cvars.h"
@ -57,6 +57,7 @@
#include "farchive.h"
#include "r_utility.h"
#include "d_player.h"
#include "portal.h"
// EXTERNAL DATA DECLARATIONS ----------------------------------------------