diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-11-21 20:42:35 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-11-21 20:42:35 +0100 |
| commit | 6f6f58c437660ac27e11387833b0037b465f7ea9 (patch) | |
| tree | 582c5b3a7e58d01226bcfd68a92d7e15609d3b30 /main.c | |
| parent | efaadfaa9344466fbd752bd91cee54ebc1b69846 (diff) | |
working on new machine
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -42,6 +42,7 @@ #include "include/editor.h" #include "include/glass_doors.h" #include "include/menu.h" +#include "include/fog_of_war.h" #include "src/map.c" #include "src/players.c" @@ -67,6 +68,7 @@ #include "src/editor.c" #include "src/glass_doors.c" #include "src/menu.c" +#include "src/fog_of_war.c" #define CONFIG_DIRECTORY "zombieshooter" |
