Debug: Add GRF inspect window support for cargoes

This commit is contained in:
Jonathan G Rennison
2022-10-08 21:53:56 +01:00
parent 5cc56a6145
commit 669b3f2e04
3 changed files with 80 additions and 5 deletions

View File

@@ -49,7 +49,6 @@ enum IndustryCargoesWidgets {
WID_IC_SCROLLBAR, ///< Scrollbar of the panel.
WID_IC_CARGO_DROPDOWN, ///< Select cargo dropdown.
WID_IC_IND_DROPDOWN, ///< Select industry dropdown.
WID_IC_DEBUG, ///< Debug button
};
#endif /* WIDGETS_INDUSTRY_WIDGET_H */