src/roadveh.h
branchNewGRF_ports
changeset 6872 1c4a4a609f85
parent 6870 ca3fd1fbe311
child 6877 889301acc299
equal deleted inserted replaced
6871:5a9dc001e1ad 6872:1c4a4a609f85
     3 /** @file src/roadveh.h Road vehicle states */
     3 /** @file src/roadveh.h Road vehicle states */
     4 
     4 
     5 #ifndef ROADVEH_H
     5 #ifndef ROADVEH_H
     6 #define ROADVEH_H
     6 #define ROADVEH_H
     7 
     7 
     8 #include "vehicle.h"
     8 #include "vehicle_base.h"
     9 #include "engine.h"
     9 #include "engine.h"
    10 #include "variables.h"
    10 #include "economy_func.h"
    11 
    11 
    12 enum RoadVehicleSubType {
    12 enum RoadVehicleSubType {
    13 	RVST_FRONT,
    13 	RVST_FRONT,
    14 	RVST_ARTIC_PART,
    14 	RVST_ARTIC_PART,
    15 };
    15 };