summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorJapa2010-04-23 07:21:07 +0000
committerJapa2010-04-23 07:21:07 +0000
commitd3d7c87b579fd7327a948690b45182b234af5757 (patch)
tree3502f3143974de82bc35f73ff8aa4439cdbfe707 /common.h
parent887f9aa0ea41bd33aad6e042c524f4b3d9bb45a3 (diff)
downloadstonesense-d3d7c87b579fd7327a948690b45182b234af5757.tar.gz
stonesense-d3d7c87b579fd7327a948690b45182b234af5757.tar.bz2
stonesense-d3d7c87b579fd7327a948690b45182b234af5757.tar.xz
changed some constructions to make them more uniform
updated levers fixed the keyboard input. updated to the latest DFhack, added temperature viewing.
Diffstat (limited to 'common.h')
-rw-r--r--common.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/common.h b/common.h
index a086e02..38fc388 100644
--- a/common.h
+++ b/common.h
@@ -193,6 +193,7 @@ void correctBlockForRotation(int32_t& x, int32_t& y, int32_t& z);
//from UserInput.cpp
void doKeys();
+void doKeys(int key);
void initAutoReload();
void abortAutoReload();
@@ -233,4 +234,6 @@ extern ALLEGRO_MOUSE_STATE mouse;
#define FILTH_FROZEN 16
#define UNKOWN_FROZEN 17
#define GRIME 18
-#define WOOD 420 \ No newline at end of file
+#define LEATHER 37
+#define WOOD 420
+#define PLANTCLOTH 421 \ No newline at end of file