1
This commit is contained in:
18
engine/networkstringtableserver.h
Normal file
18
engine/networkstringtableserver.h
Normal file
@ -0,0 +1,18 @@
|
||||
//========= 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
|
Reference in New Issue
Block a user