From 973ae757342b91e3e6aafd07e0c0a24af84aad98 Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Tue, 23 Jun 2020 15:46:23 +0200 Subject: Add skeleton of new mcserverctl binary --- rcon-protocol.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rcon-protocol.h') diff --git a/rcon-protocol.h b/rcon-protocol.h index fd83d79..35997c4 100644 --- a/rcon-protocol.h +++ b/rcon-protocol.h @@ -1,6 +1,9 @@ #ifndef foorconprotocolhfoo #define foorconprotocolhfoo +#include +#include + enum rcon_packet_type { RCON_PACKET_LOGIN = 3, RCON_PACKET_LOGIN_OK = 2, -- cgit v1.2.3