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
commit14b29980230f2862329bb3228e1051c0a316f62b (patch)
tree641962eb406e6ac06b8fac492379680153a55843 /src/ship.h
parent1f32ce7e8932208993ef8bfc5c4124606f4ae6c3 (diff)
downloadopenttd-14b29980230f2862329bb3228e1051c0a316f62b.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);