summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2022-12-14 00:04:20 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2022-12-14 00:04:20 +0100
commit99f328fa19bb9cb266d9525629813cc0268a889e (patch)
tree514d5eb5fe51afc5f19bb3acf240a425239eba2a /main.c
parentf8ccfba637267bae8064daa320cfb00b8ffe3e66 (diff)
bullets network transfer
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index 5159075..025a459 100644
--- a/main.c
+++ b/main.c
@@ -11,6 +11,7 @@
#include "include/allocator.h"
#include "include/game.h"
#include "include/protocol.h"
+#include "include/guns.h"
#include "src/map.c"
#include "src/players.c"
@@ -22,6 +23,7 @@
#include "src/list.c"
#include "src/allocator.c"
#include "src/game.c"
+#include "src/guns.c"
#include "src/protocol.c"
#define CONFIG_DIRECTORY "zombieshooter"