src/roadveh.h
branchnoai
changeset 9723 eee46cb39750
parent 9703 d2a6acdbd665
child 9724 b39bc69bb2f2
equal deleted inserted replaced
9722:ebf0ece7d8f6 9723:eee46cb39750
     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 };