src/train.h
branchNewGRF_ports
changeset 6872 1c4a4a609f85
parent 6871 5a9dc001e1ad
child 6877 889301acc299
equal deleted inserted replaced
6871:5a9dc001e1ad 6872:1c4a4a609f85
     4 
     4 
     5 #ifndef TRAIN_H
     5 #ifndef TRAIN_H
     6 #define TRAIN_H
     6 #define TRAIN_H
     7 
     7 
     8 #include "stdafx.h"
     8 #include "stdafx.h"
     9 #include "vehicle.h"
     9 #include "core/bitmath_func.hpp"
       
    10 #include "vehicle_base.h"
    10 
    11 
    11 
    12 
    12 /*
    13 /*
    13  * enum to handle train subtypes
    14  * enum to handle train subtypes
    14  * Do not access it directly unless you have to. Use the access functions below
    15  * Do not access it directly unless you have to. Use the access functions below