src/rail_cmd.cpp
changeset 8640 1e93b81e96d2
parent 8635 3bbb6f87fced
child 8649 36cda5a2e5e7
equal deleted inserted replaced
8639:afebb18ecef5 8640:1e93b81e96d2
    14 #include "table/sprites.h"
    14 #include "table/sprites.h"
    15 #include "table/strings.h"
    15 #include "table/strings.h"
    16 #include "landscape.h"
    16 #include "landscape.h"
    17 #include "town_map.h"
    17 #include "town_map.h"
    18 #include "tunnel_map.h"
    18 #include "tunnel_map.h"
    19 #include "vehicle.h"
       
    20 #include "viewport.h"
    19 #include "viewport.h"
    21 #include "command_func.h"
    20 #include "command_func.h"
    22 #include "pathfind.h"
    21 #include "pathfind.h"
    23 #include "engine.h"
    22 #include "engine.h"
    24 #include "town.h"
    23 #include "town.h"
    39 #include "autoslope.h"
    38 #include "autoslope.h"
    40 #include "transparency.h"
    39 #include "transparency.h"
    41 #include "water.h"
    40 #include "water.h"
    42 #include "tunnelbridge_map.h"
    41 #include "tunnelbridge_map.h"
    43 #include "window_func.h"
    42 #include "window_func.h"
       
    43 #include "vehicle_func.h"
    44 
    44 
    45 
    45 
    46 const byte _track_sloped_sprites[14] = {
    46 const byte _track_sloped_sprites[14] = {
    47 	14, 15, 22, 13,
    47 	14, 15, 22, 13,
    48 	 0, 21, 17, 12,
    48 	 0, 21, 17, 12,