//========= Copyright Valve Corporation, All rights reserved. ============// // // Purpose: // //=============================================================================// #ifndef CL_LOCALNETWORKBACKDOOR_H #define CL_LOCALNETWORKBACKDOOR_H #ifdef _WIN32 #pragma once #endif void CL_SetupLocalNetworkBackDoor( bool bUseBackDoor ); #endif // CL_LOCALNETWORKBACKDOOR_H