src/engine_func.h
changeset 10430 3125f2adebc5
parent 10207 c291a21b304e
equal deleted inserted replaced
10429:b81d72d5b44a 10430:3125f2adebc5
    24 
    24 
    25 void LoadCustomEngineNames();
    25 void LoadCustomEngineNames();
    26 void DeleteCustomEngineNames();
    26 void DeleteCustomEngineNames();
    27 
    27 
    28 bool IsEngineBuildable(EngineID engine, VehicleType type, CompanyID company);
    28 bool IsEngineBuildable(EngineID engine, VehicleType type, CompanyID company);
       
    29 bool IsEngineRefittable(EngineID engine);
    29 CargoID GetEngineCargoType(EngineID engine);
    30 CargoID GetEngineCargoType(EngineID engine);
    30 void SetCachedEngineCounts();
    31 void SetCachedEngineCounts();
    31 
    32 
    32 #endif /* ENGINE_H */
    33 #endif /* ENGINE_H */