summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorJapa2011-07-16 02:43:43 +0000
committerJapa2011-07-16 02:43:43 +0000
commit03bf63621b8f6d30096e4e3fdd00045eee3fe345 (patch)
tree400c7ffa9eb3e244a500f9f7faee5221916569f4 /common.h
parentdba917bc6db4839f8cb6c6334761cecce8aa436b (diff)
downloadstonesense-03bf63621b8f6d30096e4e3fdd00045eee3fe345.tar.gz
stonesense-03bf63621b8f6d30096e4e3fdd00045eee3fe345.tar.bz2
stonesense-03bf63621b8f6d30096e4e3fdd00045eee3fe345.tar.xz
Put in the new DFhack headers.
Diffstat (limited to 'common.h')
-rw-r--r--common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.h b/common.h
index a99a5f3..8a7eef0 100644
--- a/common.h
+++ b/common.h
@@ -7,6 +7,8 @@
#include <vector>
#include <map>
+#define ALLEGRO_NO_MAGIC_MAIN //This is a DLL file. we got no main function.
+
#include <allegro5/allegro.h>
#include <allegro5/allegro_primitives.h>
#include <allegro5/allegro_font.h>