summaryrefslogtreecommitdiff
path: root/src/common/mt_rand.h
diff options
context:
space:
mode:
authorMadCamel <madcamel@gmail.com>2009-09-30 13:42:54 -0400
committerMadCamel <madcamel@gmail.com>2009-09-30 13:42:54 -0400
commitbf517943387f364ad7b11854d803a84612f8cf60 (patch)
tree5a2d64474535e6717cc8f186ff684618da00f1b1 /src/common/mt_rand.h
parentb396c9ae5d7fab3e13cff70e2a8ebc080aeeb472 (diff)
downloadtmwa-bf517943387f364ad7b11854d803a84612f8cf60.tar.gz
tmwa-bf517943387f364ad7b11854d803a84612f8cf60.tar.bz2
tmwa-bf517943387f364ad7b11854d803a84612f8cf60.tar.xz
tmwa-bf517943387f364ad7b11854d803a84612f8cf60.zip
Added -fno-strict-aliasing to CFLAGS
This will likely fix a few minor weirdnesses, and compiler warnings.
Diffstat (limited to 'src/common/mt_rand.h')
-rw-r--r--src/common/mt_rand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/mt_rand.h b/src/common/mt_rand.h
index 07f6ef0..bda5861 100644
--- a/src/common/mt_rand.h
+++ b/src/common/mt_rand.h
@@ -4,5 +4,6 @@
void mt_seed(unsigned long seed);
unsigned long mt_reload(void);
unsigned long mt_random(void);
+int mt_rand(void);
#endif /* __mt_rand_h */