From 3bf9df6b2785fa6d951086978a3e66f49427166a Mon Sep 17 00:00:00 2001 From: FluorescentCIAAfricanAmerican <0934gj3049fk@protonmail.com> Date: Wed, 22 Apr 2020 12:56:21 -0400 Subject: 1 --- engine/networkstringtableclient.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 engine/networkstringtableclient.h (limited to 'engine/networkstringtableclient.h') diff --git a/engine/networkstringtableclient.h b/engine/networkstringtableclient.h new file mode 100644 index 0000000..f09d85d --- /dev/null +++ b/engine/networkstringtableclient.h @@ -0,0 +1,18 @@ +//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: +// +// $NoKeywords: $ +//=============================================================================// + +#ifndef NETWORKSTRINGTABLECLIENT_H +#define NETWORKSTRINGTABLECLIENT_H +#ifdef _WIN32 +#pragma once +#endif + +class CUtlBuffer; + +void CL_PrintStringTables( void ); + +#endif // NETWORKSTRINGTABLECLIENT_H -- cgit v1.2.3