Add by cargo mode to company delivered cargo history graph

This commit is contained in:
Jonathan G Rennison
2023-06-06 19:31:59 +01:00
parent f09dfc79bd
commit 2a5a9c2f9d
3 changed files with 126 additions and 0 deletions

View File

@@ -29,6 +29,12 @@ enum CompanyValueWidgets {
WID_CV_RESIZE, ///< Resize button.
};
/** Extra widgets of the #DeliveredCargoGraphWindow class. */
enum DeliveredCargoGraphWindowWidgets {
WID_DCG_BY_COMPANY = 0x40, ///< By company button.
WID_DCG_BY_CARGO, ///< By cargo button.
};
/** Widget of the #PerformanceHistoryGraphWindow class. */
enum PerformanceHistoryGraphWidgets {
WID_PHG_KEY, ///< Key button.