mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-20 20:46:03 +08:00
Fix mathlib compile from missing MIN/MAX.
This commit is contained in:
@ -6,6 +6,7 @@
|
|||||||
//
|
//
|
||||||
//=============================================================================//
|
//=============================================================================//
|
||||||
#include <quantize.h>
|
#include <quantize.h>
|
||||||
|
#include <tier0/basetypes.h>
|
||||||
|
|
||||||
#define N_EXTRAVALUES 1
|
#define N_EXTRAVALUES 1
|
||||||
#define N_DIMENSIONS (3+N_EXTRAVALUES)
|
#define N_DIMENSIONS (3+N_EXTRAVALUES)
|
||||||
|
@ -21,6 +21,8 @@
|
|||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
|
#include <tier0/basetypes.h>
|
||||||
|
|
||||||
static int current_ndims;
|
static int current_ndims;
|
||||||
static struct QuantizedValue *current_root;
|
static struct QuantizedValue *current_root;
|
||||||
static int current_ssize;
|
static int current_ssize;
|
||||||
|
Reference in New Issue
Block a user