Import departure boards patch

This commit is contained in:
patch-import
2015-08-01 19:47:09 +01:00
committed by Jonathan G Rennison
parent 4dbabbd9e2
commit 79138de1b9
31 changed files with 2446 additions and 40 deletions

View File

@@ -681,6 +681,11 @@ enum WindowClass {
*/
WC_SAVE_PRESET,
/**
* Departure boards
*/
WC_DEPARTURES_BOARD,
WC_INVALID = 0xFFFF, ///< Invalid window.
};