css_enhanced_waf/engine/networkstringtableserver.h
FluorescentCIAAfricanAmerican 3bf9df6b27 1
2020-04-22 12:56:21 -04:00

18 lines
419 B
C

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