Files
HL2Overcharged/public/networkvar.cpp
2025-05-21 21:20:08 +03: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