vehicle.c
changeset 4261 2ec8f5a9747b
parent 4176 5bac07824440
child 4262 4657d940a84c
equal deleted inserted replaced
4260:8a9824f6e501 4261:2ec8f5a9747b
    29 #include "industry_map.h"
    29 #include "industry_map.h"
    30 #include "station_map.h"
    30 #include "station_map.h"
    31 #include "water_map.h"
    31 #include "water_map.h"
    32 #include "network.h"
    32 #include "network.h"
    33 #include "yapf/yapf.h"
    33 #include "yapf/yapf.h"
       
    34 #include "date.h"
    34 
    35 
    35 #define INVALID_COORD (-0x8000)
    36 #define INVALID_COORD (-0x8000)
    36 #define GEN_HASH(x, y) ((GB((y), 6, 6) << 6) + GB((x), 7, 6))
    37 #define GEN_HASH(x, y) ((GB((y), 6, 6) << 6) + GB((x), 7, 6))
    37 
    38 
    38 /*
    39 /*