mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-05 22:09:59 +03:00
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