summaryrefslogtreecommitdiff
path: root/src/engine_gui.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2009-08-30 17:38:28 +0000
committeralberth <alberth@openttd.org>2009-08-30 17:38:28 +0000
commit1a15f7e6a73ed7bbc16813fcd69b3e8b270a8a73 (patch)
treeb90b1e2744df4701f0f88490532eaf847a86f1b5 /src/engine_gui.h
parentfe7ca1b3e3a5cef63d61a117dbe1fda80b5e877d (diff)
downloadopenttd-1a15f7e6a73ed7bbc16813fcd69b3e8b270a8a73.tar.xz
(svn r17325) -Codechange: Un-duplicate engine drawing routines.
Diffstat (limited to 'src/engine_gui.h')
-rw-r--r--src/engine_gui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine_gui.h b/src/engine_gui.h
index 02223b69d..937215183 100644
--- a/src/engine_gui.h
+++ b/src/engine_gui.h
@@ -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 */