summaryrefslogtreecommitdiff
path: root/screenshot.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-19 06:47:07 +0000
committertron <tron@openttd.org>2005-07-19 06:47:07 +0000
commit28a6e10a637e5191d292395b75542cb2cc5da647 (patch)
tree93d6951cb75032c0fc278defaf8dc3e7926aa050 /screenshot.h
parent6b439d6f82f105a074e124e4a15dfdae406e09d1 (diff)
downloadopenttd-28a6e10a637e5191d292395b75542cb2cc5da647.tar.xz
(svn r2631) Move screenshot related variables from variables.h to screenshot.[ch]
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