diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-12 09:46:01 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-12 09:46:01 +0100 |
| commit | ec3796faff12ba7bf5f775d757ac25834549903d (patch) | |
| tree | c403de62f7d53ccfebf5cb431e0d5bf25064ebee /main.c | |
| parent | 95c24b38b934f48f7f5cde37182c51857e77eac0 (diff) | |
src
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -10,15 +10,15 @@ #include "include/list.h" #include "include/allocator.h" -#include "map.c" -#include "players.c" -#include "objects.c" -#include "zombies.c" -#include "bullets.c" -#include "math_helper.c" -#include "pathfinding.c" -#include "list.c" -#include "allocator.c" +#include "src/map.c" +#include "src/players.c" +#include "src/objects.c" +#include "src/zombies.c" +#include "src/bullets.c" +#include "src/math_helper.c" +#include "src/pathfinding.c" +#include "src/list.c" +#include "src/allocator.c" #define CONFIG_DIRECTORY "zombieshooter" |
