equal
deleted
inserted
replaced
5 #ifndef VEHICLE_H |
5 #ifndef VEHICLE_H |
6 #define VEHICLE_H |
6 #define VEHICLE_H |
7 |
7 |
8 #include "oldpool.h" |
8 #include "oldpool.h" |
9 #include "order.h" |
9 #include "order.h" |
10 #include "rail.h" |
10 #include "track_type.h" |
11 #include "road.h" |
11 #include "rail_type.h" |
|
12 #include "road_type.h" |
12 #include "cargopacket.h" |
13 #include "cargopacket.h" |
13 #include "texteff.hpp" |
14 #include "texteff.hpp" |
14 |
15 |
15 /** The returned bits of VehicleEnterTile. */ |
16 /** The returned bits of VehicleEnterTile. */ |
16 enum VehicleEnterTileStatus { |
17 enum VehicleEnterTileStatus { |