gmod64-sdk/public/networkvar.cpp
2021-02-16 21:58:32 +02:00

15 lines
276 B
C++

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