(svn r17325) -Codechange: Un-duplicate engine drawing routines.

This commit is contained in:
alberth
2009-08-30 17:38:28 +00:00
parent 7cb4f3e7a3
commit c37078c9b7
3 changed files with 41 additions and 20 deletions

View File

@@ -20,4 +20,6 @@ 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
void DrawVehicleEngine(int x, int y, EngineID engine, SpriteID pal);
#endif /* ENGINE_GUI_H */