From c8c61e36bdfe2de8e3785b6c3912a733f099df3e Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 8 Jan 2009 16:35:45 +0000 Subject: (svn r14919) -Feature: distant joining of stations (Frostregen and PhilSophus) --- src/station_gui.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/station_gui.h') diff --git a/src/station_gui.h b/src/station_gui.h index a2e108268..1addc6ab9 100644 --- a/src/station_gui.h +++ b/src/station_gui.h @@ -5,6 +5,8 @@ #ifndef STATION_GUI_H #define STATION_GUI_H +#include "command_type.h" + /** Enum for CompanyStations, referring to _company_stations_widgets */ enum StationListWidgets { SLW_CLOSEBOX = 0, ///< Close 'X' button @@ -57,4 +59,6 @@ enum StationCoverageType { int DrawStationCoverageAreaText(int sx, int sy, StationCoverageType sct, int rad, bool supplies); void CheckRedrawStationCoverage(const Window *w); +void ShowSelectStationIfNeeded(CommandContainer cmd, int w, int h); + #endif /* STATION_GUI_H */ -- cgit v1.2.3-54-g00ecf