mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-09 13:51:45 +08:00
commoon: engine: Fix not including all dependencies for headers. (Just some used in ref)
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
#include "build.h"
|
||||
#include <stdint.h>
|
||||
#include "synctype.h"
|
||||
#include "xash3d_types.h"
|
||||
#include "com_model.h"
|
||||
|
||||
/*
|
||||
==============================================================================
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
#define MAX_ENT_LEAFS_16 48
|
||||
|
||||
#include "progdefs.h"
|
||||
#include "const.h"
|
||||
|
||||
struct edict_s
|
||||
{
|
||||
|
||||
@@ -16,6 +16,8 @@
|
||||
#ifndef PROGDEFS_H
|
||||
#define PROGDEFS_H
|
||||
|
||||
#include "const.h"
|
||||
|
||||
typedef struct
|
||||
{
|
||||
float time;
|
||||
|
||||
@@ -26,9 +26,9 @@ GNU General Public License for more details.
|
||||
#include "com_model.h"
|
||||
#include "studio.h"
|
||||
#include "r_efx.h"
|
||||
#include "com_image.h"
|
||||
#include "filesystem.h"
|
||||
#include "common/protocol.h"
|
||||
#include "cvardef.h"
|
||||
|
||||
// RefAPI changelog:
|
||||
// 1. Initial release
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
#include "build.h"
|
||||
#include <stdint.h>
|
||||
#include "synctype.h"
|
||||
#include "xash3d_types.h"
|
||||
|
||||
/*
|
||||
==============================================================================
|
||||
|
||||
@@ -16,6 +16,8 @@
|
||||
#ifndef STUDIO_H
|
||||
#define STUDIO_H
|
||||
|
||||
#include "xash3d_types.h"
|
||||
|
||||
/*
|
||||
==============================================================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user