summaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/game.h b/src/game.h
index c70ec094..59bc6a6d 100644
--- a/src/game.h
+++ b/src/game.h
@@ -24,13 +24,6 @@
#ifndef _TMW_GAME_H
#define _TMW_GAME_H
-#include "main.h"
-#include "being.h"
-#include "engine.h"
-#include "./gui/gui.h"
-#include "./gui/skill.h"
-#include <stdio.h>
-
#define SPEECH_TIME 80
#define SPEECH_MAX_TIME 100
@@ -64,8 +57,6 @@ extern volatile int tick_time;
extern int server_tick;
extern bool displayPathToMouse;
extern int startX, startY;
-extern Being* autoTarget;
-extern Engine *engine;
/**
* Main game loop
@@ -73,11 +64,6 @@ extern Engine *engine;
void game();
/**
- * Initialize game engine
- */
-void do_init();
-
-/**
* Check user input
*/
void do_input();