- missing #includes.

This commit is contained in:
Christoph Oelckers 2016-02-16 22:00:48 +01:00
parent 5fd6ccb970
commit 6d8879f302
2 changed files with 2 additions and 0 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

@ -57,6 +57,7 @@
#include "farchive.h"
#include "r_utility.h"
#include "d_player.h"
#include "portal.h"
// EXTERNAL DATA DECLARATIONS ----------------------------------------------