diff options
author | MadCamel <madcamel@gmail.com> | 2009-09-30 13:58:34 -0400 |
---|---|---|
committer | MadCamel <madcamel@gmail.com> | 2009-09-30 13:58:34 -0400 |
commit | 592170e732fd5b75cf1447ed33e8999541048db8 (patch) | |
tree | d3ba7169a077ea7975c41c3ab68027be747df017 /src/common/mt_rand.h | |
parent | 3fc3d83aa0be31e6d51afac54ff76b447f99f711 (diff) | |
parent | bf517943387f364ad7b11854d803a84612f8cf60 (diff) | |
download | tmwa-592170e732fd5b75cf1447ed33e8999541048db8.tar.gz tmwa-592170e732fd5b75cf1447ed33e8999541048db8.tar.bz2 tmwa-592170e732fd5b75cf1447ed33e8999541048db8.tar.xz tmwa-592170e732fd5b75cf1447ed33e8999541048db8.zip |
Merge branch 'master' of git@gitorious.org:~madcamel/tmw-eathena/thealternateworld
Conflicts:
src/common/utils.h
Diffstat (limited to 'src/common/mt_rand.h')
-rw-r--r-- | src/common/mt_rand.h | 1 |
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 */ |