summaryrefslogtreecommitdiff
path: root/vehicle_gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'vehicle_gui.h')
-rw-r--r--vehicle_gui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/vehicle_gui.h b/vehicle_gui.h
index 0b93ceafd..f6929fe2f 100644
--- a/vehicle_gui.h
+++ b/vehicle_gui.h
@@ -3,6 +3,7 @@
#ifndef VEHICLE_GUI_H
#define VEHICLE_GUI_H
+#include "station.h"
#include "vehicle.h"
struct vehiclelist_d;
@@ -15,7 +16,7 @@ void InitializeVehiclesGuiList(void);
void RebuildVehicleLists(void);
void ResortVehicleLists(void);
-void BuildVehicleList(struct vehiclelist_d *vl, int type, int owner, int station);
+void BuildVehicleList(struct vehiclelist_d* vl, int type, PlayerID, StationID);
void SortVehicleList(struct vehiclelist_d *vl);
int CDECL GeneralOwnerSorter(const void *a, const void *b);