(svn r12441) -Feature: open the time table when pressing the order button while pressing the CTRL key. Patch by Phil Sophus.

This commit is contained in:
rubidium
2008-03-27 14:34:29 +00:00
parent b490a21e50
commit e9dad7637e
4 changed files with 17 additions and 2 deletions

View File

@@ -83,6 +83,9 @@ enum {
DDSP_PLACE_AUTOROAD,
};
/* timetable_gui.cpp */
void ShowTimetableWindow(const Vehicle *v);
/* misc_gui.cpp */
void PlaceLandBlockInfo();
void ShowAboutWindow();