summaryrefslogtreecommitdiff
path: root/engine_gui.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-01-14 19:41:24 +0000
committertron <tron@openttd.org>2005-01-14 19:41:24 +0000
commit4136f395bf45b537d9756efb045c7db4bafa975d (patch)
treefe3cba09d040c9758bc87544422fdeda37fc6bdc /engine_gui.c
parent9d1f7e7348f77639c0fb8697e147de2e901f3545 (diff)
downloadopenttd-4136f395bf45b537d9756efb045c7db4bafa975d.tar.xz
(svn r1508) Remove duplicate declarations and include proper headers where necessary
Diffstat (limited to 'engine_gui.c')
-rw-r--r--engine_gui.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/engine_gui.c b/engine_gui.c
index e5aa8a7eb..9ad7718ff 100644
--- a/engine_gui.c
+++ b/engine_gui.c
@@ -9,9 +9,6 @@
#include "command.h"
#include "news.h"
-void DrawShipEngine(int x, int y, int engine, uint32 image_ormod);
-void DrawShipEngineInfo(int engine, int x, int y, int maxw);
-
StringID GetEngineCategoryName(byte engine)
{