summaryrefslogtreecommitdiff
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 54d11b01..c70ec094 100644
--- a/src/game.h
+++ b/src/game.h
@@ -26,6 +26,7 @@
#include "main.h"
#include "being.h"
+#include "engine.h"
#include "./gui/gui.h"
#include "./gui/skill.h"
#include <stdio.h>
@@ -64,6 +65,7 @@ extern int server_tick;
extern bool displayPathToMouse;
extern int startX, startY;
extern Being* autoTarget;
+extern Engine *engine;
/**
* Main game loop