src/engine.h
changeset 8636 2b158acb649c
parent 8635 3bbb6f87fced
child 8653 a83f7a536919
equal deleted inserted replaced
8635:3bbb6f87fced 8636:2b158acb649c
     9 #include "rail_type.h"
     9 #include "rail_type.h"
    10 #include "cargo_type.h"
    10 #include "cargo_type.h"
    11 #include "vehicle_type.h"
    11 #include "vehicle_type.h"
    12 #include "command_type.h"
    12 #include "command_type.h"
    13 #include "gfx_type.h"
    13 #include "gfx_type.h"
       
    14 #include "date_type.h"
    14 #include "sound.h"
    15 #include "sound.h"
    15 
    16 
    16 enum RailVehicleTypes {
    17 enum RailVehicleTypes {
    17 	RAILVEH_SINGLEHEAD,  ///< indicates a "standalone" locomotive
    18 	RAILVEH_SINGLEHEAD,  ///< indicates a "standalone" locomotive
    18 	RAILVEH_MULTIHEAD,   ///< indicates a combination of two locomotives
    19 	RAILVEH_MULTIHEAD,   ///< indicates a combination of two locomotives