summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorJapa2010-06-26 13:09:40 +0000
committerJapa2010-06-26 13:09:40 +0000
commit78d235be81ea6f54e6270cb2bcb26a38a52b24a8 (patch)
treeed695430075d22cf0982bd5eba1330650f28ba32 /common.h
parentc4928171fc215e6dc55086a5867dcaecbb6a033a (diff)
downloadstonesense-78d235be81ea6f54e6270cb2bcb26a38a52b24a8.tar.gz
stonesense-78d235be81ea6f54e6270cb2bcb26a38a52b24a8.tar.bz2
stonesense-78d235be81ea6f54e6270cb2bcb26a38a52b24a8.tar.xz
updated to the latest DFhack, debugmode also seems to be working.
also updated the building XMLs
Diffstat (limited to 'common.h')
-rw-r--r--common.h18
1 files changed, 3 insertions, 15 deletions
diff --git a/common.h b/common.h
index 29814bf..1a9d912 100644
--- a/common.h
+++ b/common.h
@@ -18,20 +18,8 @@
using namespace std;
-#include <DFTypes.h>
-#include <DFHackAPI.h>
-#include <DFProcess.h>
-#include <DFMemInfo.h>
-#include <DFVector.h>
-#include <modules/Vegetation.h>
-#include <modules/Materials.h>
-#include <modules/Position.h>
-#include <modules/Maps.h>
-#include <modules/Creatures.h>
-#include <modules/Buildings.h>
-#include <modules/Constructions.h>
-#include <modules/Gui.h>
-#include <modules/world.h>
+#include <DFHack.h>
+#include <dfhack/DFTileTypes.h>
using namespace DFHack;
@@ -256,4 +244,4 @@ extern ALLEGRO_MOUSE_STATE mouse;
#define FORM_BOULDER 3
#define FORM_LOG 4
-extern int randomCube[RANDOM_CUBE][RANDOM_CUBE][RANDOM_CUBE]; \ No newline at end of file
+extern int randomCube[RANDOM_CUBE][RANDOM_CUBE][RANDOM_CUBE];