diff options
| author | Japa | 2010-05-04 10:54:06 +0000 |
|---|---|---|
| committer | Japa | 2010-05-04 10:54:06 +0000 |
| commit | 4a51199a91b37a97edca760ffa22629499fd8d83 (patch) | |
| tree | a84f3f5d37263034d38b347ed5d48a28319c6497 /common.h | |
| parent | 6f188cc32530c8a422f1223741acb81ae7535c4d (diff) | |
| download | stonesense-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.h | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |
