summaryrefslogtreecommitdiff
path: root/src/core/random_func.hpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-12-26 23:04:26 +0000
committerrubidium <rubidium@openttd.org>2007-12-26 23:04:26 +0000
commit7f037d15d780a6dbc1208557c7a3b77338f8657a (patch)
treef790b2bd6cc316021b48938f4af7ae3364ec3027 /src/core/random_func.hpp
parent8b726c2f4a7800fb9c16f7bc3e9e20bdbb95c616 (diff)
downloadopenttd-7f037d15d780a6dbc1208557c7a3b77338f8657a.tar.xz
(svn r11704) -Codechange: remove another bunch of useless includes.
Diffstat (limited to 'src/core/random_func.hpp')
-rw-r--r--src/core/random_func.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/random_func.hpp b/src/core/random_func.hpp
index 607d802a8..b0ea5b2b9 100644
--- a/src/core/random_func.hpp
+++ b/src/core/random_func.hpp
@@ -100,4 +100,6 @@ static inline bool Chance16R(const uint a, const uint b, uint32 &r)
return Chance16I(a, b, r);
}
+extern uint32 _random_seeds[2][2];
+
#endif /* RANDOM_FUNC_HPP */