(svn r6518) -Codechange: unified the vehicle refit windows

This was requested by peter1138
This commit is contained in:
bjarni
2006-09-27 07:23:38 +00:00
parent d88e1a218e
commit 0739d0c6f6
6 changed files with 122 additions and 316 deletions

View File

@@ -6,7 +6,7 @@
#include "window.h"
void DrawVehicleProfitButton(const Vehicle *v, int x, int y);
CargoID DrawVehicleRefitWindow(const Vehicle *v, int sel);
void ShowVehicleRefitWindow(const Vehicle *v);
void InitializeVehiclesGuiList(void);
/* sorter stuff */