src/map.cpp
changeset 8635 3bbb6f87fced
parent 8627 448ebf3a8291
child 8827 d125b82b86f4
equal deleted inserted replaced
8634:5ffca02f9115 8635:3bbb6f87fced
     1 /* $Id$ */
     1 /* $Id$ */
     2 
     2 
     3 /** @file map.cpp */
     3 /** @file map.cpp */
     4 
     4 
     5 #include "stdafx.h"
     5 #include "stdafx.h"
     6 #include "openttd.h"
       
     7 #include "debug.h"
     6 #include "debug.h"
     8 #include "map.h"
       
     9 #include "direction_func.h"
     7 #include "direction_func.h"
    10 #include "core/bitmath_func.hpp"
     8 #include "core/bitmath_func.hpp"
    11 #include "core/alloc_func.hpp"
     9 #include "core/alloc_func.hpp"
    12 #include "core/math_func.hpp"
    10 #include "core/math_func.hpp"
       
    11 #include "map_func.h"
    13 
    12 
    14 #if defined(_MSC_VER) && _MSC_VER >= 1400 /* VStudio 2005 is stupid! */
    13 #if defined(_MSC_VER) && _MSC_VER >= 1400 /* VStudio 2005 is stupid! */
    15 /* Why the hell is that not in all MSVC headers?? */
    14 /* Why the hell is that not in all MSVC headers?? */
    16 extern "C" _CRTIMP void __cdecl _assert(void *, void *, unsigned);
    15 extern "C" _CRTIMP void __cdecl _assert(void *, void *, unsigned);
    17 #endif
    16 #endif