From 1ba000be12130d0f955feaba05f0ac65c1519115 Mon Sep 17 00:00:00 2001 From: alberth Date: Sun, 30 Aug 2009 17:54:11 +0000 Subject: (svn r17327) -Codechange: Allow external use of GetEngineCategoryName(). --- 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 937215183..fb0b6e878 100644 --- a/src/engine_gui.h +++ b/src/engine_gui.h @@ -20,6 +20,7 @@ typedef int CDECL EngList_SortTypeFunction(const void*, const void*); ///< argum void EngList_Sort(GUIEngineList *el, EngList_SortTypeFunction compare); ///< qsort of the engine list 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); void DrawVehicleEngine(int x, int y, EngineID engine, SpriteID pal); #endif /* ENGINE_GUI_H */ -- cgit v1.2.3-54-g00ecf