summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorJapa Illo2012-03-04 17:04:27 +0530
committerJapa Illo2012-03-04 17:04:27 +0530
commit50bbecc544aa227fb7bfc4a5c90c6b27369d8bcd (patch)
tree5192971d0c752fe4da7504625c001ad3d60c7b19 /common.h
parent624bef8817b277e340c2312d6d1b62cb50fcb589 (diff)
downloadstonesense-50bbecc544aa227fb7bfc4a5c90c6b27369d8bcd.tar.gz
stonesense-50bbecc544aa227fb7bfc4a5c90c6b27369d8bcd.tar.bz2
stonesense-50bbecc544aa227fb7bfc4a5c90c6b27369d8bcd.tar.xz
Added support for reading and displaying creature and building inventories.
Todo: some way to use them. Signed-off-by: Japa Illo <japa.mala.illo@gmail.com>
Diffstat (limited to 'common.h')
-rw-r--r--common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.h b/common.h
index 799ff27..52f29ab 100644
--- a/common.h
+++ b/common.h
@@ -196,7 +196,7 @@ void correctBlockForRotation(int32_t& x, int32_t& y, int32_t& z, unsigned char r
//from UserInput.cpp
void doKeys();
-void doKeys(int key);
+void doKeys(int key, DFHack::Core * c);
void initAutoReload();
void abortAutoReload();