source-sdk-2013/mp/src/public/tier0/valve_minmax_off.h
2013-06-26 15:22:04 -07:00

8 lines
144 B
C

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