summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorJapa2010-06-01 11:16:05 +0000
committerJapa2010-06-01 11:16:05 +0000
commit359402cacb8f26f6b3fe24b7f1baef65d9a0f640 (patch)
tree4e095c09f01f36916149174d5a1ea3dcb1a702d5 /common.h
parent39c2b0738da253cd5066417c9f789d8ecfaad113 (diff)
downloadstonesense-359402cacb8f26f6b3fe24b7f1baef65d9a0f640.tar.gz
stonesense-359402cacb8f26f6b3fe24b7f1baef65d9a0f640.tar.bz2
stonesense-359402cacb8f26f6b3fe24b7f1baef65d9a0f640.tar.xz
Upgraded allegro to 4.9.20, also changed the random function.
Diffstat (limited to 'common.h')
-rw-r--r--common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.h b/common.h
index 2311399..6a0d505 100644
--- a/common.h
+++ b/common.h
@@ -164,6 +164,7 @@ enum dirRelative{
//main.cpp
void correctBlockForSegmetOffset(int32_t& x, int32_t& y, int32_t& z);
+uint32_t IntNoise(uint32_t x);
void WriteErr(char* msg, ...);
void LogVerbose(char* msg, ...);