Remove game command for non network builds

This commit is contained in:
duncanspumpkin 2019-06-20 20:25:51 +01:00
parent 2d75c01882
commit 759db552f4
1 changed files with 0 additions and 4 deletions

View File

@ -4008,10 +4008,6 @@ void network_request_gamestate_snapshot()
void network_enqueue_game_action(const GameAction* action)
{
}
void network_send_gamecmd(
uint32_t eax, uint32_t ebx, uint32_t ecx, uint32_t edx, uint32_t esi, uint32_t edi, uint32_t ebp, uint8_t callback)
{
}
void network_send_game_action(const GameAction* action)
{
}