csgo-2018-source/engine/networkstringtableserver.h

20 lines
502 B
C
Raw Permalink Normal View History

2021-07-25 12:11:47 +08:00
//========= Copyright <20> 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================//
#ifndef NETWORKSTRINGTABLESERVER_H
#define NETWORKSTRINGTABLESERVER_H
#ifdef _WIN32
#pragma once
#endif
void SV_CreateNetworkStringTables( char const *pchMapName );
void SV_PrintStringTables( void );
void SV_CreateDictionary( char const *pchMapName );
#endif // NETWORKSTRINGTABLESERVER_H