diff options
Diffstat (limited to 'src/engine_func.h')
-rw-r--r-- | src/engine_func.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine_func.h b/src/engine_func.h index 37863a964..2e68831ac 100644 --- a/src/engine_func.h +++ b/src/engine_func.h @@ -27,6 +27,7 @@ void DeleteCustomEngineNames(); bool IsEngineBuildable(EngineID engine, VehicleType type, PlayerID player); CargoID GetEngineCargoType(EngineID engine); +void SetCachedEngineCounts(); typedef int CDECL EngList_SortTypeFunction(const void*, const void*); ///< argument type for EngList_Sort() void EngList_Sort(EngineList *el, EngList_SortTypeFunction compare); ///< qsort of the engine list |