csgo-2018-source/public/networkvar.cpp
2021-07-24 21:11:47 -07:00

16 lines
289 B
C++

//========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
//=============================================================================//
#if !defined(_STATIC_LINKED) || defined(_SHARED_LIB)
bool g_bUseNetworkVars = true;
#endif