diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-20 21:12:07 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-20 21:12:07 +0100 |
| commit | 38d8d7f442a4b5cb66815ada7bb508c734186c6e (patch) | |
| tree | 17454b271f82719f25d6fdeff7a0be4ad016d573 /main.c | |
| parent | 1683c214b37c2bb8f3e43fd9054f3a53f7695f4a (diff) | |
assets, sprites
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,7 @@ #include "include/drops.h" #include "include/wall_item.h" #include "include/zombie_chunk.h" +#include "include/sprite.h" #include "src/map.c" #include "src/players.c" @@ -35,6 +36,7 @@ #include "src/drops.c" #include "src/wall_item.c" #include "src/zombie_chunk.c" +#include "src/sprite.c" #define CONFIG_DIRECTORY "zombieshooter" |
