diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-15 12:59:19 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-15 12:59:19 +0100 |
| commit | 7b956089e6ba5162fb0b667f1c0a60f6ece90c38 (patch) | |
| tree | 82de31240ad1f1ae77874f07b288fcc39b8948f4 /main.c | |
| parent | 23d2cc231e5b4c015a8471d3035dc07802de23d5 (diff) | |
added drops
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,6 +14,7 @@ #include "include/guns.h" #include "include/overlay.h" #include "include/asset_defs.h" +#include "include/drops.h" #include "src/map.c" #include "src/players.c" @@ -29,6 +30,7 @@ #include "src/protocol.c" #include "src/overlay.c" #include "src/asset_defs.c" +#include "src/drops.c" #define CONFIG_DIRECTORY "zombieshooter" |
