cstrike15_src/engine/networkstringtableserver.h
2025-06-04 03:22:50 +02:00

20 lines
502 B
C

//========= Copyright © 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