Reduce includes in vclip.h

This commit is contained in:
Kp 2014-01-11 22:40:54 +00:00
parent 7af7f60ffb
commit 93db613176
3 changed files with 3 additions and 1 deletions

View file

@ -24,6 +24,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
#include "mission.h"
#include "newmenu.h"
#include "powerup.h"
#include "object.h"
#ifdef USE_UDP
#ifdef _WIN32

View file

@ -22,10 +22,10 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
#define _VCLIP_H
#include "gr.h"
#include "object.h"
#include "piggy.h"
#ifdef __cplusplus
struct object;
#define VCLIP_SMALL_EXPLOSION 2
#define VCLIP_PLAYER_HIT 1

View file

@ -23,6 +23,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
#include "inferno.h"
#include "vclip.h"
#include "weapon.h"
#include "object.h"
#if defined(DXX_BUILD_DESCENT_II)
#include "laser.h"
#endif