source-engine/engine/networkstringtableserver.h

19 lines
419 B
C
Raw Permalink Normal View History

2020-04-22 16:56:21 +00: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