src/engine.h
changeset 8619 c2434269c3eb
parent 8615 6b91ca653bad
child 8635 3bbb6f87fced
equal deleted inserted replaced
8618:6c3e824e83e4 8619:c2434269c3eb
     8 #include "oldpool.h"
     8 #include "oldpool.h"
     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 "sound.h"
    14 #include "sound.h"
    14 
    15 
    15 enum RailVehicleTypes {
    16 enum RailVehicleTypes {
    16 	RAILVEH_SINGLEHEAD,  ///< indicates a "standalone" locomotive
    17 	RAILVEH_SINGLEHEAD,  ///< indicates a "standalone" locomotive
    17 	RAILVEH_MULTIHEAD,   ///< indicates a combination of two locomotives
    18 	RAILVEH_MULTIHEAD,   ///< indicates a combination of two locomotives