(svn r2631) Move screenshot related variables from variables.h to screenshot.[ch]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user