mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2024-12-22 17:47:38 +08:00
16 lines
291 B
C++
16 lines
291 B
C++
|
//========= Copyright Valve Corporation, All rights reserved. ============//
|
||
|
//
|
||
|
// Purpose:
|
||
|
//
|
||
|
//=============================================================================//
|
||
|
|
||
|
#if !defined(_STATIC_LINKED) || defined(_SHARED_LIB)
|
||
|
|
||
|
|
||
|
bool g_bUseNetworkVars = true;
|
||
|
|
||
|
#endif
|
||
|
|
||
|
|
||
|
|