summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorJapa2011-07-16 20:08:50 +0000
committerJapa2011-07-16 20:08:50 +0000
commit0c4c063bc1df25c4b9c8941321fa5c76dc070781 (patch)
tree077e3b55b037265db6b6d4c6c83f48906967c4a4 /common.h
parent9d258409d28de502799a26a9f76cf71833c1d9b9 (diff)
downloadstonesense-0c4c063bc1df25c4b9c8941321fa5c76dc070781.tar.gz
stonesense-0c4c063bc1df25c4b9c8941321fa5c76dc070781.tar.bz2
stonesense-0c4c063bc1df25c4b9c8941321fa5c76dc070781.tar.xz
got a test case scenario working with allegro. just keyboard input.
Diffstat (limited to 'common.h')
-rw-r--r--common.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/common.h b/common.h
index 7ed684b..a76c546 100644
--- a/common.h
+++ b/common.h
@@ -24,8 +24,8 @@
#define SKIP_DFHACK_STDINT
#include <DFHack.h>
-#include <dfhack/Core.h>
-#include <dfhack/Console.h>
+#include <dfhack/Core.h>
+#include <dfhack/Console.h>
#include <dfhack/Export.h>
#include <dfhack/PluginManager.h>
@@ -207,7 +207,6 @@ class BuildingConfiguration;
#define FILENAME_BUFFERSIZE_LOCAL 200
extern ALLEGRO_FONT *font;
-extern ALLEGRO_DISPLAY *display;
extern ALLEGRO_KEYBOARD_STATE keyboard;
extern ALLEGRO_TIMER *reloadtimer;
extern ALLEGRO_TIMER * animationtimer;