- this wasn't saved for last night's commit.

This commit is contained in:
Christoph Oelckers 2016-02-15 09:25:48 +01:00
parent 6adb069506
commit afc631b537
8 changed files with 8 additions and 0 deletions

View File

@ -68,6 +68,7 @@
#include "r_data/colormaps.h"
#include "farchive.h"
#include "p_setup.h"
#include "p_spec.h"
static FRandom pr_script("FScript");

View File

@ -45,6 +45,7 @@
#include "colormatcher.h"
#include "v_palette.h"
#include "farchive.h"
#include "doomdata.h"
static fixed_t DecalWidth, DecalLeft, DecalRight;
static fixed_t SpreadZ;

View File

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

View File

@ -18,6 +18,7 @@
#include "r_data/colormaps.h"
#include "gi.h"
#include "portal.h"
#include "p_spec.h"
// MACROS ------------------------------------------------------------------

View File

@ -30,6 +30,7 @@
#include "r_state.h"
#include "gi.h"
#include "farchive.h"
#include "p_spec.h"
//============================================================================
//

View File

@ -31,6 +31,7 @@
#include "tables.h"
#include "farchive.h"
#include "p_3dmidtex.h"
#include "p_spec.h"
#include "r_data/r_interpolate.h"
//==========================================================================

View File

@ -36,6 +36,7 @@
#include "templates.h"
#include "p_local.h"
#include "p_lnspec.h"
#include "p_spec.h"
enum
{

View File

@ -31,6 +31,7 @@
#include "r_state.h"
#include "gi.h"
#include "farchive.h"
#include "p_spec.h"
static FRandom pr_doplat ("DoPlat");