From 5767972531b9de40d86dbfb9b3c50d971fb89c86 Mon Sep 17 00:00:00 2001 From: alberth Date: Sun, 30 Aug 2009 18:41:03 +0000 Subject: (svn r17328) -Codechange: Get the vehicle technical data as string rather than having it printed. --- src/engine_gui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/engine_gui.h') diff --git a/src/engine_gui.h b/src/engine_gui.h index fb0b6e878..b69f8d348 100644 --- a/src/engine_gui.h +++ b/src/engine_gui.h @@ -21,6 +21,7 @@ void EngList_Sort(GUIEngineList *el, EngList_SortTypeFunction compare); ///< qs void EngList_SortPartial(GUIEngineList *el, EngList_SortTypeFunction compare, uint begin, uint num_items); ///< qsort of specified portion of the engine list StringID GetEngineCategoryName(EngineID engine); +StringID GetEngineInfoString(EngineID engine); void DrawVehicleEngine(int x, int y, EngineID engine, SpriteID pal); #endif /* ENGINE_GUI_H */ -- cgit v1.2.3-54-g00ecf