summaryrefslogtreecommitdiff
path: root/src/engine_gui.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2009-08-30 18:41:03 +0000
committeralberth <alberth@openttd.org>2009-08-30 18:41:03 +0000
commit5767972531b9de40d86dbfb9b3c50d971fb89c86 (patch)
treea3487919ab24f824085d5064ecd2d97326b3e00d /src/engine_gui.h
parent1ba000be12130d0f955feaba05f0ac65c1519115 (diff)
downloadopenttd-5767972531b9de40d86dbfb9b3c50d971fb89c86.tar.xz
(svn r17328) -Codechange: Get the vehicle technical data as string rather than having it printed.
Diffstat (limited to 'src/engine_gui.h')
-rw-r--r--src/engine_gui.h1
1 files changed, 1 insertions, 0 deletions
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 */