(svn r2631) Move screenshot related variables from variables.h to screenshot.[ch]

This commit is contained in:
tron
2005-07-19 06:47:07 +00:00
parent 3428e4e4b0
commit bce6f5c0a5
5 changed files with 32 additions and 5 deletions

View File

@@ -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