(svn r13037) -Codechange: make a class of the ReplaceVehicle window.

-Fix [FS#1997]: MSVC 64 bit build failing to compile due to std::vectors being very large..
This commit is contained in:
rubidium
2008-05-10 23:44:15 +00:00
parent d706c8b462
commit 3651c0585a
3 changed files with 339 additions and 357 deletions

View File

@@ -14,7 +14,6 @@
void DrawVehicleProfitButton(const Vehicle *v, int x, int y);
void ShowVehicleRefitWindow(const Vehicle *v, VehicleOrderID order);
void InitializeVehiclesGuiList();
/* sorter stuff */
void RebuildVehicleLists();