diff options
| author | Japa | 2010-06-26 13:09:40 +0000 |
|---|---|---|
| committer | Japa | 2010-06-26 13:09:40 +0000 |
| commit | 78d235be81ea6f54e6270cb2bcb26a38a52b24a8 (patch) | |
| tree | ed695430075d22cf0982bd5eba1330650f28ba32 /common.h | |
| parent | c4928171fc215e6dc55086a5867dcaecbb6a033a (diff) | |
| download | stonesense-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.h | 18 |
1 files changed, 3 insertions, 15 deletions
@@ -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];
|
