summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorJapa2010-06-02 14:01:01 +0000
committerJapa2010-06-02 14:01:01 +0000
commitc505daf8f5070a858eb467ac81dcd4d9bbbc0e3c (patch)
treefcfbbd5fc8e982c8d906763be7096455e92b24b9 /common.h
parent359402cacb8f26f6b3fe24b7f1baef65d9a0f640 (diff)
downloadstonesense-c505daf8f5070a858eb467ac81dcd4d9bbbc0e3c.tar.gz
stonesense-c505daf8f5070a858eb467ac81dcd4d9bbbc0e3c.tar.bz2
stonesense-c505daf8f5070a858eb467ac81dcd4d9bbbc0e3c.tar.xz
Reverted the allegro changes, as they crash things.
Diffstat (limited to 'common.h')
-rw-r--r--common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/common.h b/common.h
index 6a0d505..2311399 100644
--- a/common.h
+++ b/common.h
@@ -164,7 +164,6 @@ 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, ...);