summaryrefslogtreecommitdiff
path: root/screenshot.h
diff options
context:
space:
mode:
Diffstat (limited to 'screenshot.h')
-rw-r--r--screenshot.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/screenshot.h b/screenshot.h
index 900c1e702..1ad20bcd4 100644
--- a/screenshot.h
+++ b/screenshot.h
@@ -9,4 +9,8 @@ void SetScreenshotFormat(int i);
bool MakeScreenshot(void);
bool MakeWorldScreenshot(int left, int top, int width, int height, int zoom);
+extern char _screenshot_format_name[8];
+extern uint _num_screenshot_formats;
+extern uint _cur_screenshot_format;
+
#endif