aboutsummaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game.h b/src/game.h
index fd84c74..41084c4 100644
--- a/src/game.h
+++ b/src/game.h
@@ -8,6 +8,7 @@
#include "settings.h"
#include "bullets.h"
#include "levels.h"
+#include "killLog.h"
#ifndef GAME_H
#define GAME_H
@@ -26,6 +27,7 @@ typedef struct Game {
World world;
Levels levels;
Settings settings;
+ KillLog killLog;
} Game;
void initGame(Game * game);