summaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-03-27 14:34:29 +0000
committerrubidium <rubidium@openttd.org>2008-03-27 14:34:29 +0000
commite9dad7637e36dbbdc2fbb3a7b84809ba33d53832 (patch)
tree9c12650ca5391cf880b30cab61c47cc1ef1c965b /src/gui.h
parentb490a21e503c07da2dc52d0614272845c24e35f1 (diff)
downloadopenttd-e9dad7637e36dbbdc2fbb3a7b84809ba33d53832.tar.xz
(svn r12441) -Feature: open the time table when pressing the order button while pressing the CTRL key. Patch by Phil Sophus.
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui.h b/src/gui.h
index 613965100..e6aa41eeb 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -83,6 +83,9 @@ enum {
DDSP_PLACE_AUTOROAD,
};
+/* timetable_gui.cpp */
+void ShowTimetableWindow(const Vehicle *v);
+
/* misc_gui.cpp */
void PlaceLandBlockInfo();
void ShowAboutWindow();