diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-16 23:21:47 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-16 23:21:47 +0100 |
| commit | 89984db7afa433e2842c4ef8c8c265a3e3993636 (patch) | |
| tree | 127a939c0d02ba66600c353319be94cdf3906fc0 /main.c | |
| parent | 24a44e57ab9adbb353adac8b83c4441e7adb3751 (diff) | |
work
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,6 +15,7 @@ #include "include/overlay.h" #include "include/asset_defs.h" #include "include/drops.h" +#include "include/wall_item.h" #include "src/map.c" #include "src/players.c" @@ -31,6 +32,7 @@ #include "src/overlay.c" #include "src/asset_defs.c" #include "src/drops.c" +#include "src/wall_item.c" #define CONFIG_DIRECTORY "zombieshooter" |
