summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorJapa2011-07-16 03:42:42 +0000
committerJapa2011-07-16 03:42:42 +0000
commit9d258409d28de502799a26a9f76cf71833c1d9b9 (patch)
tree4e6c489d4b75c9ea738faf2c014a7d4d0c672c7a /common.h
parent03bf63621b8f6d30096e4e3fdd00045eee3fe345 (diff)
downloadstonesense-9d258409d28de502799a26a9f76cf71833c1d9b9.tar.gz
stonesense-9d258409d28de502799a26a9f76cf71833c1d9b9.tar.bz2
stonesense-9d258409d28de502799a26a9f76cf71833c1d9b9.tar.xz
Done a little bit more work in the direction of getting it woking, but nothing compiles yes. there's still a long way to go.
Diffstat (limited to 'common.h')
-rw-r--r--common.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/common.h b/common.h
index 8a7eef0..7ed684b 100644
--- a/common.h
+++ b/common.h
@@ -6,6 +6,7 @@
#include <assert.h>
#include <vector>
#include <map>
+#include <stdint.h>
#define ALLEGRO_NO_MAGIC_MAIN //This is a DLL file. we got no main function.
@@ -23,7 +24,10 @@
#define SKIP_DFHACK_STDINT
#include <DFHack.h>
-#include <dfhack/DFTileTypes.h>
+#include <dfhack/Core.h>
+#include <dfhack/Console.h>
+#include <dfhack/Export.h>
+#include <dfhack/PluginManager.h>
#include "commonTypes.h"
#include "Block.h"