mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 06:06:50 +00:00
19 lines
419 B
C
19 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
|