summaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net.h b/src/net.h
index 6b91767..6a3d1a5 100644
--- a/src/net.h
+++ b/src/net.h
@@ -3,6 +3,9 @@
#define MAX_PLAYERS 10
+enum packet_type { CLIENT_HELLO, SERVER_START_GAME };
+
+
typedef enum
{
// Specify message type identifier here