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 1cf728f9a1
commit 579a831ae6
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)