src/engine.h
changeset 8615 6b91ca653bad
parent 8599 b609cdeeff3f
child 8619 c2434269c3eb
equal deleted inserted replaced
8614:21126f54f5c8 8615:6b91ca653bad
     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