mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 14:16:50 +00:00
16 lines
276 B
C++
16 lines
276 B
C++
|
//========= Copyright Valve Corporation, All rights reserved. ============//
|
||
|
//
|
||
|
// Purpose:
|
||
|
//
|
||
|
//=============================================================================//
|
||
|
|
||
|
#if !defined(_STATIC_LINKED) || defined(_SHARED_LIB)
|
||
|
|
||
|
|
||
|
bool g_bUseNetworkVars = true;
|
||
|
|
||
|
#endif
|
||
|
|
||
|
|
||
|
|