summaryrefslogtreecommitdiff
path: root/src/screenshot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/screenshot.h')
-rw-r--r--src/screenshot.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/screenshot.h b/src/screenshot.h
index 64c588178..474b93f89 100644
--- a/src/screenshot.h
+++ b/src/screenshot.h
@@ -20,11 +20,12 @@ const char *GetCurrentScreenshotExtension();
/** Type of requested screenshot */
enum ScreenshotType {
- SC_VIEWPORT, ///< Screenshot of viewport.
- SC_RAW, ///< Raw screenshot from blitter buffer.
- SC_ZOOMEDIN, ///< Zoomed in screenshot of the visible area.
- SC_WORLD, ///< World screenshot.
- SC_HEIGHTMAP, ///< Heightmap of the world.
+ SC_VIEWPORT, ///< Screenshot of viewport.
+ SC_RAW, ///< Raw screenshot from blitter buffer.
+ SC_ZOOMEDIN, ///< Fully zoomed in screenshot of the visible area.
+ SC_DEFAULTZOOM, ///< Zoomed to default zoom level screenshot of the visible area.
+ SC_WORLD, ///< World screenshot.
+ SC_HEIGHTMAP, ///< Heightmap of the world.
};
bool MakeHeightmapScreenshot(const char *filename);