src/vehicle.cpp
changeset 8131 160939e24ed3
parent 8130 d2eb7d04f6e1
child 8139 4e91c448c409
equal deleted inserted replaced
8130:d2eb7d04f6e1 8131:160939e24ed3
    40 #include "newgrf_sound.h"
    40 #include "newgrf_sound.h"
    41 #include "group.h"
    41 #include "group.h"
    42 #include "order.h"
    42 #include "order.h"
    43 #include "strings_func.h"
    43 #include "strings_func.h"
    44 #include "zoom_func.h"
    44 #include "zoom_func.h"
       
    45 #include "functions.h"
       
    46 #include "window_func.h"
    45 
    47 
    46 #define INVALID_COORD (0x7fffffff)
    48 #define INVALID_COORD (0x7fffffff)
    47 #define GEN_HASH(x, y) ((GB((y), 6, 6) << 6) + GB((x), 7, 6))
    49 #define GEN_HASH(x, y) ((GB((y), 6, 6) << 6) + GB((x), 7, 6))
    48 
    50 
    49 
    51