summaryrefslogtreecommitdiff
path: root/src/ship.h
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2007-01-22 00:26:46 +0000
committerbjarni <bjarni@openttd.org>2007-01-22 00:26:46 +0000
commitc39e513076882e66f2f434f4cf53c687c6c1992d (patch)
tree641962eb406e6ac06b8fac492379680153a55843 /src/ship.h
parente6e1334eb30a43e64abddbc899dbf47316c035a9 (diff)
downloadopenttd-c39e513076882e66f2f434f4cf53c687c6c1992d.tar.xz
(svn r8335) -Feature: the build ship window is now also resizable horizontally and contains sorting options
-Codechange: the build ship window is merged into build_vehicle_gui.cpp
Diffstat (limited to 'src/ship.h')
-rw-r--r--src/ship.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ship.h b/src/ship.h
index 4f91276ef..4d9dc5131 100644
--- a/src/ship.h
+++ b/src/ship.h
@@ -5,6 +5,7 @@
#include "vehicle.h"
+void CcBuildShip(bool success, TileIndex tile, uint32 p1, uint32 p2);
void CcCloneShip(bool success, TileIndex tile, uint32 p1, uint32 p2);
void RecalcShipStuff(Vehicle *v);