16 lines
304 B
C++
16 lines
304 B
C++
|
//========= Copyright <20> 1996-2005, Valve Corporation, All rights reserved. ============//
|
|||
|
//
|
|||
|
// Purpose:
|
|||
|
//
|
|||
|
//=============================================================================//
|
|||
|
|
|||
|
#if !defined(_STATIC_LINKED) || defined(_SHARED_LIB)
|
|||
|
|
|||
|
|
|||
|
bool g_bUseNetworkVars = true;
|
|||
|
|
|||
|
#endif
|
|||
|
|
|||
|
|
|||
|
|