src/engine.h
changeset 8119 52b48108425a
parent 8103 cf92483a0abf
child 8123 ce31d2843a95
equal deleted inserted replaced
8118:fa5fe5491657 8119:52b48108425a
     5 #ifndef ENGINE_H
     5 #ifndef ENGINE_H
     6 #define ENGINE_H
     6 #define ENGINE_H
     7 
     7 
     8 #include "oldpool.h"
     8 #include "oldpool.h"
     9 #include "rail_type.h"
     9 #include "rail_type.h"
       
    10 #include "cargo_type.h"
       
    11 #include "vehicle_type.h"
       
    12 #include "command_type.h"
    10 #include "sound.h"
    13 #include "sound.h"
    11 #include "vehicle.h"
       
    12 
    14 
    13 enum RailVehicleTypes {
    15 enum RailVehicleTypes {
    14 	RAILVEH_SINGLEHEAD,  ///< indicates a "standalone" locomotive
    16 	RAILVEH_SINGLEHEAD,  ///< indicates a "standalone" locomotive
    15 	RAILVEH_MULTIHEAD,   ///< indicates a combination of two locomotives
    17 	RAILVEH_MULTIHEAD,   ///< indicates a combination of two locomotives
    16 	RAILVEH_WAGON,       ///< simple wagon, not motorized
    18 	RAILVEH_WAGON,       ///< simple wagon, not motorized