screenshot.h
changeset 2121 c86a863485ee
parent 430 75820dedf4f1
child 2186 461a2aff3486
equal deleted inserted replaced
2120:e38d86ea2438 2121:c86a863485ee
     7 void SetScreenshotFormat(int i);
     7 void SetScreenshotFormat(int i);
     8 
     8 
     9 bool MakeScreenshot(void);
     9 bool MakeScreenshot(void);
    10 bool MakeWorldScreenshot(int left, int top, int width, int height, int zoom);
    10 bool MakeWorldScreenshot(int left, int top, int width, int height, int zoom);
    11 
    11 
       
    12 extern char _screenshot_format_name[8];
       
    13 extern uint _num_screenshot_formats;
       
    14 extern uint _cur_screenshot_format;
       
    15 
    12 #endif
    16 #endif