diff options
| author | Japa | 2011-01-20 04:14:21 +0000 |
|---|---|---|
| committer | Japa | 2011-01-20 04:14:21 +0000 |
| commit | 89dfda82b905eb4a14d3a1bc602aef5e7e3216ea (patch) | |
| tree | c472b3b24c56b4056abad6dac85ed610115eff2d /common.h | |
| parent | a70e0aabbf9a1c4463591ab0614f25d41477046e (diff) | |
| download | stonesense-89dfda82b905eb4a14d3a1bc602aef5e7e3216ea.tar.gz stonesense-89dfda82b905eb4a14d3a1bc602aef5e7e3216ea.tar.bz2 stonesense-89dfda82b905eb4a14d3a1bc602aef5e7e3216ea.tar.xz | |
first working multithreaded version.
Diffstat (limited to 'common.h')
| -rw-r--r-- | common.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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();
|
