1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-20 12:36:05 +08:00

Fix mathlib compile from missing MIN/MAX.

This commit is contained in:
Nicholas Hastings
2012-10-26 14:45:48 -04:00
parent 38003f0586
commit af9cf6a553
2 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@
//
//=============================================================================//
#include <quantize.h>
#include <tier0/basetypes.h>
#define N_EXTRAVALUES 1
#define N_DIMENSIONS (3+N_EXTRAVALUES)

View File

@ -21,6 +21,8 @@
#include <math.h>
#include <tier0/basetypes.h>
static int current_ndims;
static struct QuantizedValue *current_root;
static int current_ssize;