cstrike15_src/public/networkvar.cpp
2025-06-04 03:22:50 +02:00

16 lines
289 B
C++

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