matthijs@9959: /* $Id$ */ matthijs@9959: matthijs@9959: #ifndef SCREENSHOT_H matthijs@9959: #define SCREENSHOT_H matthijs@9959: matthijs@9959: void InitializeScreenshotFormats(void); matthijs@9959: matthijs@9959: const char *GetScreenshotFormatDesc(int i); matthijs@9959: void SetScreenshotFormat(int i); matthijs@9959: matthijs@9959: bool MakeScreenshot(void); matthijs@9959: bool MakeWorldScreenshot(int left, int top, int width, int height, int zoom); matthijs@9959: matthijs@9959: extern char _screenshot_format_name[8]; matthijs@9959: extern uint _num_screenshot_formats; matthijs@9959: extern uint _cur_screenshot_format; matthijs@9959: matthijs@9959: #endif /* SCREENSHOT_H */