equal
deleted
inserted
replaced
6 #include "openttd.h" |
6 #include "openttd.h" |
7 #include "debug.h" |
7 #include "debug.h" |
8 #include "functions.h" |
8 #include "functions.h" |
9 #include "macros.h" |
9 #include "macros.h" |
10 #include "map.h" |
10 #include "map.h" |
11 #include "direction.h" |
11 #include "direction_func.h" |
12 #include "helpers.hpp" |
12 #include "helpers.hpp" |
13 |
13 |
14 #if defined(_MSC_VER) && _MSC_VER >= 1400 /* VStudio 2005 is stupid! */ |
14 #if defined(_MSC_VER) && _MSC_VER >= 1400 /* VStudio 2005 is stupid! */ |
15 /* Why the hell is that not in all MSVC headers?? */ |
15 /* Why the hell is that not in all MSVC headers?? */ |
16 extern "C" _CRTIMP void __cdecl _assert(void *, void *, unsigned); |
16 extern "C" _CRTIMP void __cdecl _assert(void *, void *, unsigned); |