Add topography and industries screenshot types

This commit is contained in:
Andreas Schmitt
2021-06-11 20:14:56 +02:00
parent a7d8c6fe0c
commit 5e3a244198
6 changed files with 258 additions and 4 deletions

View File

@@ -20,6 +20,8 @@ enum ScreenshotWindowWidgets {
WID_SC_TAKE_WORLD_ZOOM, ///< Button for taking a screenshot of the whole world at the current zoom level
WID_SC_TAKE_HEIGHTMAP, ///< Button for taking a heightmap "screenshot"
WID_SC_TAKE_MINIMAP, ///< Button for taking a minimap screenshot
WID_SC_TAKE_TOPOGRAPHY, ///< Button for taking a topography screenshot
WID_SC_TAKE_INDUSTRY, ///< Button for taking a industry screenshot
};