(svn r11687) -Codechange: move some defines to a better place

This commit is contained in:
skidd13
2007-12-23 14:06:03 +00:00
parent 451abbecb1
commit da5d3a7b3b
3 changed files with 11 additions and 7 deletions

View File

@@ -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
*