maint: update
This commit is contained in:
7
src/client/game/engine/sv_game.hpp
Normal file
7
src/client/game/engine/sv_game.hpp
Normal file
@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
namespace game::engine
|
||||
{
|
||||
void SV_SendServerCommand(mp::client_t* cl, svscmd_type type, const char* fmt, ...);
|
||||
void SV_GameSendServerCommand(char clientNum, svscmd_type type, const char* text);
|
||||
}
|
Reference in New Issue
Block a user