src/map.cpp
changeset 8596 27646407e0bc
parent 8536 95419f22b9ab
child 8609 8c0c3e9dd6a0
equal deleted inserted replaced
8595:e4dee65e88c7 8596:27646407e0bc
     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);