Files
cool-source-archive/public/networkvar.cpp
Totterynine 4b952b0e4e init
2021-09-13 15:31:53 +05:00

16 lines
276 B
C++

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