Add show passenger and show freight buttons to departure window

This commit is contained in:
Jonathan G Rennison
2017-09-22 22:24:44 +01:00
parent 7d5f277a96
commit 07ca7cfb8c
5 changed files with 71 additions and 8 deletions

View File

@@ -17,6 +17,8 @@ enum DeparturesWindowWidgets {
WID_DB_CAPTION, ///< Window caption
WID_DB_LIST, ///< List of departures
WID_DB_SCROLLBAR, ///< List scrollbar
WID_DB_SHOW_PAX, ///< Toggle passenger departures button
WID_DB_SHOW_FREIGHT, ///< Toggle freight button
WID_DB_SHOW_DEPS, ///< Toggle departures button
WID_DB_SHOW_ARRS, ///< Toggle arrivals button
WID_DB_SHOW_VIA, ///< Toggle via button