css_enhanced_waf/engine/networkstringtableserver.h

19 lines
419 B
C
Raw Normal View History

2020-04-22 17:56:21 +01:00
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================//
#ifndef NETWORKSTRINGTABLESERVER_H
#define NETWORKSTRINGTABLESERVER_H
#ifdef _WIN32
#pragma once
#endif
void SV_CreateNetworkStringTables( void );
void SV_PrintStringTables( void );
#endif // NETWORKSTRINGTABLESERVER_H