Push down inclusion "args.h" from physfsx.h into sources

This is not needed for the header, and makes the header non-common.
This commit is contained in:
Kp 2013-03-03 19:41:09 +00:00
parent f3562a1a38
commit ccc104dbb1
12 changed files with 11 additions and 1 deletions

View file

@ -51,6 +51,7 @@
#include "internal.h"
#include "gauges.h"
#include "playsave.h"
#include "args.h"
//change to 1 for lots of spew.
#if 0

View file

@ -28,6 +28,7 @@
#include "digi_mixer_music.h"
#include "console.h"
#include "config.h"
#include "args.h"
#include "fix.h"
#include "gr.h" // needed for piggy.h

View file

@ -13,6 +13,7 @@
#include "window.h"
#include "mouse.h"
#include "playsave.h"
#include "args.h"
static struct mouseinfo {
ubyte button_state[MOUSE_MAX_BUTTONS];

View file

@ -24,7 +24,6 @@
#include "u_mem.h"
#include "dxxerror.h"
#include "vecmat.h"
#include "args.h"
#include "ignorecase.h"
#include "byteswap.h"

View file

@ -70,6 +70,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
#include "rbaudio.h"
#include "window.h"
#include "playsave.h"
#include "args.h"
#define LEAVE_TIME 0x4000

View file

@ -50,6 +50,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
#include "automap.h"
#include "mission.h"
#include "gameseq.h"
#include "args.h"
#ifdef OGL
#include "ogl_init.h"

View file

@ -62,6 +62,7 @@ COPYRIGHT 1993-1998 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
#ifdef USE_UDP
#include "net_udp.h"
#endif
#include "args.h"
//
// Local macros and prototypes

View file

@ -43,6 +43,7 @@ COPYRIGHT 1993-1998 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
#include "physfsx.h"
#include "newdemo.h"
#include "gauges.h"
#include "args.h"
//version 5 -> 6: added new highest level information
//version 6 -> 7: stripped out the old saved_game array.

View file

@ -54,6 +54,7 @@ COPYRIGHT 1993-1998 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
#ifdef OGL
#include "ogl_init.h"
#endif
#include "args.h"
#define INITIAL_LOCAL_LIGHT (F1_0/4) // local light value in segment of occurence (of light emission)

View file

@ -33,6 +33,7 @@ COPYRIGHT 1993-1998 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
#endif
#include "config.h"
#include "timer.h"
#include "args.h"
int Songs_initialized = 0;
static int Song_playing = -1; // -1 if no song playing, else the Descent song number

View file

@ -51,6 +51,7 @@ COPYRIGHT 1993-1998 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
#include "menu.h"
#include "mouse.h"
#include "console.h"
#include "args.h"
void set_briefing_fontcolor ();

View file

@ -15,6 +15,7 @@
#endif
#include "physfsx.h"
#include "args.h"
#include "object.h"
#include "newdemo.h"