From 99f328fa19bb9cb266d9525629813cc0268a889e Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Wed, 14 Dec 2022 00:04:20 +0100 Subject: bullets network transfer --- main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main.c') 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" -- cgit v1.2.3-70-g09d2