(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
This commit is contained in:
bjarni
2007-01-22 00:26:46 +00:00
parent e6e1334eb3
commit c39e513076
6 changed files with 110 additions and 189 deletions

View File

@@ -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);