ref: gl: minimize dependency on internal engine headers

This commit is contained in:
Alibek Omarov 2022-09-10 20:06:16 +03:00
parent 470121512a
commit 327eb330ed
5 changed files with 0 additions and 6 deletions

View File

@ -19,7 +19,6 @@ GNU General Public License for more details.
#include "entity_types.h" #include "entity_types.h"
#include "triangleapi.h" #include "triangleapi.h"
#include "customentity.h" #include "customentity.h"
#include "cl_tent.h"
#include "pm_local.h" #include "pm_local.h"
#include "studio.h" #include "studio.h"

View File

@ -14,7 +14,6 @@ GNU General Public License for more details.
*/ */
#include "gl_local.h" #include "gl_local.h"
#include "cl_tent.h"
#define DECAL_OVERLAP_DISTANCE 2 #define DECAL_OVERLAP_DISTANCE 2
#define DECAL_DISTANCE 4 // too big values produce more clipped polygons #define DECAL_DISTANCE 4 // too big values produce more clipped polygons

View File

@ -19,7 +19,6 @@ GNU General Public License for more details.
#include "entity_types.h" #include "entity_types.h"
#include "triangleapi.h" #include "triangleapi.h"
#include "pm_local.h" #include "pm_local.h"
#include "cl_tent.h"
#include "studio.h" #include "studio.h"
static float gTracerSize[11] = { 1.5f, 0.5f, 1.0f, 1.0f, 1.0f, 1.0f, 1.0f, 1.0f, 1.0f, 1.0f, 1.0f }; static float gTracerSize[11] = { 1.5f, 0.5f, 1.0f, 1.0f, 1.0f, 1.0f, 1.0f, 1.0f, 1.0f, 1.0f, 1.0f };

View File

@ -18,7 +18,6 @@ GNU General Public License for more details.
#include "sprite.h" #include "sprite.h"
#include "studio.h" #include "studio.h"
#include "entity_types.h" #include "entity_types.h"
#include "cl_tent.h"
// it's a Valve default value for LoadMapSprite (probably must be power of two) // it's a Valve default value for LoadMapSprite (probably must be power of two)
#define MAPSPRITE_SIZE 128 #define MAPSPRITE_SIZE 128

View File

@ -20,8 +20,6 @@ GNU General Public License for more details.
#include "triangleapi.h" #include "triangleapi.h"
#include "studio.h" #include "studio.h"
#include "pm_local.h" #include "pm_local.h"
#include "cl_tent.h"
//#include "client.h"
#include "pmtrace.h" #include "pmtrace.h"
#define EVENT_CLIENT 5000 // less than this value it's a server-side studio events #define EVENT_CLIENT 5000 // less than this value it's a server-side studio events