src/roadveh_cmd.cpp
changeset 8144 65cec0877b78
parent 8140 0d0d8c94f84b
child 8145 2116aa2c6263
equal deleted inserted replaced
8143:4627396b4811 8144:65cec0877b78
     9 #include "landscape.h"
     9 #include "landscape.h"
    10 #include "road_map.h"
    10 #include "road_map.h"
    11 #include "roadveh.h"
    11 #include "roadveh.h"
    12 #include "station_map.h"
    12 #include "station_map.h"
    13 #include "table/strings.h"
    13 #include "table/strings.h"
    14 #include "vehicle.h"
       
    15 #include "timetable.h"
    14 #include "timetable.h"
    16 #include "engine.h"
    15 #include "engine.h"
    17 #include "command_func.h"
    16 #include "command_func.h"
    18 #include "station.h"
    17 #include "station.h"
    19 #include "news.h"
    18 #include "news.h"
    36 #include "strings_func.h"
    35 #include "strings_func.h"
    37 #include "tunnelbridge_map.h"
    36 #include "tunnelbridge_map.h"
    38 #include "functions.h"
    37 #include "functions.h"
    39 #include "window_func.h"
    38 #include "window_func.h"
    40 #include "date_func.h"
    39 #include "date_func.h"
       
    40 #include "vehicle_func.h"
    41 
    41 
    42 
    42 
    43 static const uint16 _roadveh_images[63] = {
    43 static const uint16 _roadveh_images[63] = {
    44 	0xCD4, 0xCDC, 0xCE4, 0xCEC, 0xCF4, 0xCFC, 0xD0C, 0xD14,
    44 	0xCD4, 0xCDC, 0xCE4, 0xCEC, 0xCF4, 0xCFC, 0xD0C, 0xD14,
    45 	0xD24, 0xD1C, 0xD2C, 0xD04, 0xD1C, 0xD24, 0xD6C, 0xD74,
    45 	0xD24, 0xD1C, 0xD2C, 0xD04, 0xD1C, 0xD24, 0xD6C, 0xD74,