summaryrefslogtreecommitdiff
path: root/src/station_gui.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-01-08 16:35:45 +0000
committerrubidium <rubidium@openttd.org>2009-01-08 16:35:45 +0000
commitc8c61e36bdfe2de8e3785b6c3912a733f099df3e (patch)
tree9a9133dd8ea3555a253b9e604560b979c9ed0481 /src/station_gui.h
parentb34b3865882d87d3ad89403e1691c2a18b1cfb7e (diff)
downloadopenttd-c8c61e36bdfe2de8e3785b6c3912a733f099df3e.tar.xz
(svn r14919) -Feature: distant joining of stations (Frostregen and PhilSophus)
Diffstat (limited to 'src/station_gui.h')
-rw-r--r--src/station_gui.h4
1 files changed, 4 insertions, 0 deletions
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 */