diff options
| author | Japa | 2010-04-23 07:21:07 +0000 |
|---|---|---|
| committer | Japa | 2010-04-23 07:21:07 +0000 |
| commit | d3d7c87b579fd7327a948690b45182b234af5757 (patch) | |
| tree | 3502f3143974de82bc35f73ff8aa4439cdbfe707 /common.h | |
| parent | 887f9aa0ea41bd33aad6e042c524f4b3d9bb45a3 (diff) | |
| download | stonesense-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.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
