1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-01-07 09:43:40 +08:00
hl2sdk/public/tier0/valve_minmax_off.h
2008-09-15 02:50:57 -05:00

9 lines
62 B
C

#ifdef min
#undef min
#endif
#ifdef max
#undef max
#endif