summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2023-11-05 11:08:16 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2023-11-05 11:08:16 +0100
commit075335d187f45de7d002e3f44f6ec93b30abed78 (patch)
tree0326b8ef2b4b779f4a1eee10a62b1a803c6e19ba /main.c
parent2b23a7efd6cc4d55e10e01c978a3614e7b97c93c (diff)
rounds
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index 6288233..f1f1842 100644
--- a/main.c
+++ b/main.c
@@ -11,6 +11,7 @@
#include "include/objects.h"
#include "include/map.h"
#include "include/audio.h"
+#include "include/rounds.h"
#include "include/zombies.h"
#include "include/math_helper.h"
#include "include/bullets.h"
@@ -33,6 +34,7 @@
#include "src/players.c"
#include "src/objects.c"
#include "src/audio.c"
+#include "src/rounds.c"
#include "src/zombies.c"
#include "src/bullets.c"
#include "src/throwables.c"