diff options
| author | Japa | 2011-07-16 20:08:50 +0000 |
|---|---|---|
| committer | Japa | 2011-07-16 20:08:50 +0000 |
| commit | 0c4c063bc1df25c4b9c8941321fa5c76dc070781 (patch) | |
| tree | 077e3b55b037265db6b6d4c6c83f48906967c4a4 /common.h | |
| parent | 9d258409d28de502799a26a9f76cf71833c1d9b9 (diff) | |
| download | stonesense-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.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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;
|
