summaryrefslogtreecommitdiff
path: root/src/core/random_func.hpp
diff options
context:
space:
mode:
authorskidd13 <skidd13@openttd.org>2007-12-23 14:06:03 +0000
committerskidd13 <skidd13@openttd.org>2007-12-23 14:06:03 +0000
commitfec9cd587c761e3a0c7a57919be5fa167836076f (patch)
tree3b8f0bec78cdf814451905d5f96daf8fc0ba5d31 /src/core/random_func.hpp
parent43f03dff68498dd07cf35c32257eb63ccbd599f9 (diff)
downloadopenttd-fec9cd587c761e3a0c7a57919be5fa167836076f.tar.xz
(svn r11687) -Codechange: move some defines to a better place
Diffstat (limited to 'src/core/random_func.hpp')
-rw-r--r--src/core/random_func.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/random_func.hpp b/src/core/random_func.hpp
index a2e0ea984..607d802a8 100644
--- a/src/core/random_func.hpp
+++ b/src/core/random_func.hpp
@@ -5,6 +5,11 @@
#ifndef RANDOM_FUNC_HPP
#define RANDOM_FUNC_HPP
+#if defined(__APPLE__)
+ /* Apple already has Random declared */
+ #define Random OTTD_Random
+#endif /* __APPLE__ */
+
/**************
* Warning: DO NOT enable this unless you understand what it does
*