css_enhanced_waf/public/networkvar.cpp

16 lines
276 B
C++
Raw Normal View History

2020-04-22 17:56:21 +01:00
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
//=============================================================================//
#if !defined(_STATIC_LINKED) || defined(_SHARED_LIB)
bool g_bUseNetworkVars = true;
#endif