diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-14 00:04:20 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-14 00:04:20 +0100 |
| commit | 99f328fa19bb9cb266d9525629813cc0268a889e (patch) | |
| tree | 514d5eb5fe51afc5f19bb3acf240a425239eba2a /main.c | |
| parent | f8ccfba637267bae8064daa320cfb00b8ffe3e66 (diff) | |
bullets network transfer
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |
