summaryrefslogtreecommitdiff
path: root/src/screenshot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/screenshot.h')
-rw-r--r--src/screenshot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screenshot.h b/src/screenshot.h
index 410ca59a0..81b97f9ad 100644
--- a/src/screenshot.h
+++ b/src/screenshot.h
@@ -21,6 +21,7 @@ void SetScreenshotFormat(int i);
enum ScreenshotType {
SC_NONE, ///< No screenshot requested
SC_VIEWPORT, ///< Screenshot of viewport
+ SC_RAW, ///< Raw screenshot from blitter buffer
SC_WORLD, ///< World screenshot
};