summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorJapa2010-05-04 10:54:06 +0000
committerJapa2010-05-04 10:54:06 +0000
commit4a51199a91b37a97edca760ffa22629499fd8d83 (patch)
treea84f3f5d37263034d38b347ed5d48a28319c6497 /common.h
parent6f188cc32530c8a422f1223741acb81ae7535c4d (diff)
downloadstonesense-4a51199a91b37a97edca760ffa22629499fd8d83.tar.gz
stonesense-4a51199a91b37a97edca760ffa22629499fd8d83.tar.bz2
stonesense-4a51199a91b37a97edca760ffa22629499fd8d83.tar.xz
updated to the latest DFhack, added the functionality to have seperate sprites for blocks, boulders, etc.
Diffstat (limited to 'common.h')
-rw-r--r--common.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/common.h b/common.h
index 637353a..c0c3da7 100644
--- a/common.h
+++ b/common.h
@@ -237,4 +237,10 @@ extern ALLEGRO_MOUSE_STATE mouse;
#define GRIME 18
#define LEATHER 37
#define WOOD 420
-#define PLANTCLOTH 421 \ No newline at end of file
+#define PLANTCLOTH 421
+
+#define NUM_FORMS 5
+#define FORM_BAR 1
+#define FORM_BLOCK 2
+#define FORM_BOULDER 3
+#define FORM_LOG 4 \ No newline at end of file