(svn r11674) -Codechange: refactor some functions out of macros.h into more logical locations.

This commit is contained in:
rubidium
2007-12-21 19:21:21 +00:00
parent d5c4ba8246
commit 01e20c9140
50 changed files with 76 additions and 98 deletions

View File

@@ -6,10 +6,10 @@
#include "openttd.h"
#include "debug.h"
#include "functions.h"
#include "macros.h"
#include "map.h"
#include "direction_func.h"
#include "helpers.hpp"
#include "direction_func.h"
#include "core/bitmath_func.hpp"
#if defined(_MSC_VER) && _MSC_VER >= 1400 /* VStudio 2005 is stupid! */
/* Why the hell is that not in all MSVC headers?? */