summaryrefslogtreecommitdiff
path: root/rcon-protocol.h
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-06-23 15:46:23 +0200
committerDavid Härdeman <david@hardeman.nu>2020-06-23 15:46:23 +0200
commit973ae757342b91e3e6aafd07e0c0a24af84aad98 (patch)
tree0b3b108d741d81f3971f1a7426c531ed37d1fbbb /rcon-protocol.h
parent7a8bee84bd1f41bf349f9077617e20c3560b7c62 (diff)
Add skeleton of new mcserverctl binary
Diffstat (limited to 'rcon-protocol.h')
-rw-r--r--rcon-protocol.h3
1 files changed, 3 insertions, 0 deletions
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 <stdbool.h>
+#include <stdint.h>
+
enum rcon_packet_type {
RCON_PACKET_LOGIN = 3,
RCON_PACKET_LOGIN_OK = 2,