summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2023-11-01 20:06:23 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2023-11-01 20:06:23 +0100
commit9ae166e78fb751186de8986f042fb02d112d51f6 (patch)
tree168a9ded0f03c4dd336c68426af4c77970df522e /main.c
parent4a5353adf6798043c144eb9014341bbffac3c42c (diff)
disconnect and reconnect working
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index 87ac283..9616392 100644
--- a/main.c
+++ b/main.c
@@ -5,6 +5,7 @@
#include "include/SDL2/SDL_mixer.h"
+#include "include/network.h"
#include "include/players.h"
#include "include/objects.h"
#include "include/map.h"