commoon: engine: Fix not including all dependencies for headers. (Just some used in ref)

This commit is contained in:
lewa_j
2026-01-12 03:24:40 +03:00
committed by a1batross
parent e7f758f380
commit 8a75104cbc
18 changed files with 49 additions and 9 deletions

View File

@@ -19,6 +19,8 @@
#include "build.h"
#include <stdint.h>
#include "synctype.h"
#include "xash3d_types.h"
#include "com_model.h"
/*
==============================================================================

View File

@@ -20,6 +20,7 @@
#define MAX_ENT_LEAFS_16 48
#include "progdefs.h"
#include "const.h"
struct edict_s
{

View File

@@ -16,6 +16,8 @@
#ifndef PROGDEFS_H
#define PROGDEFS_H
#include "const.h"
typedef struct
{
float time;

View File

@@ -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

View File

@@ -19,6 +19,7 @@
#include "build.h"
#include <stdint.h>
#include "synctype.h"
#include "xash3d_types.h"
/*
==============================================================================

View File

@@ -16,6 +16,8 @@
#ifndef STUDIO_H
#define STUDIO_H
#include "xash3d_types.h"
/*
==============================================================================