hl2_src-leak-2017/src/public/tier0/valve_minmax_off.h

8 lines
137 B
C

//========= Copyright Valve Corporation, All rights reserved. ============//
#ifdef min
#undef min
#endif
#ifdef max
#undef max
#endif