diff options
| author | Japa | 2011-07-16 03:42:42 +0000 |
|---|---|---|
| committer | Japa | 2011-07-16 03:42:42 +0000 |
| commit | 9d258409d28de502799a26a9f76cf71833c1d9b9 (patch) | |
| tree | 4e6c489d4b75c9ea738faf2c014a7d4d0c672c7a /common.h | |
| parent | 03bf63621b8f6d30096e4e3fdd00045eee3fe345 (diff) | |
| download | stonesense-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.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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"
|
