src/map.cpp
changeset 8113 31b7784db761
parent 8100 6bc08f98ec16
child 8130 d2eb7d04f6e1
equal deleted inserted replaced
8112:24b89cd40bfd 8113:31b7784db761
     4 
     4 
     5 #include "stdafx.h"
     5 #include "stdafx.h"
     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"
       
    10 #include "map.h"
     9 #include "map.h"
       
    10 #include "helpers.hpp"
    11 #include "direction_func.h"
    11 #include "direction_func.h"
    12 #include "helpers.hpp"
    12 #include "core/bitmath_func.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);
    17 #endif
    17 #endif