From 28a6e10a637e5191d292395b75542cb2cc5da647 Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 19 Jul 2005 06:47:07 +0000 Subject: (svn r2631) Move screenshot related variables from variables.h to screenshot.[ch] --- screenshot.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'screenshot.h') 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 -- cgit v1.2.3-54-g00ecf