summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorJapa2011-01-20 04:14:21 +0000
committerJapa2011-01-20 04:14:21 +0000
commit89dfda82b905eb4a14d3a1bc602aef5e7e3216ea (patch)
treec472b3b24c56b4056abad6dac85ed610115eff2d /common.h
parenta70e0aabbf9a1c4463591ab0614f25d41477046e (diff)
downloadstonesense-89dfda82b905eb4a14d3a1bc602aef5e7e3216ea.tar.gz
stonesense-89dfda82b905eb4a14d3a1bc602aef5e7e3216ea.tar.bz2
stonesense-89dfda82b905eb4a14d3a1bc602aef5e7e3216ea.tar.xz
first working multithreaded version.
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 1a9d912..720576a 100644
--- a/common.h
+++ b/common.h
@@ -181,7 +181,7 @@ extern bool animationFrameShown;
extern bool key[ALLEGRO_KEY_MAX];
-void correctBlockForRotation(int32_t& x, int32_t& y, int32_t& z);
+void correctBlockForRotation(int32_t& x, int32_t& y, int32_t& z, unsigned char rot);
//from UserInput.cpp
void doKeys();