screenshot.h
author truelight
Mon, 24 Jan 2005 20:25:52 +0000
changeset 1142 7041f8588a13
parent 430 75820dedf4f1
child 2121 c86a863485ee
permissions -rw-r--r--
(svn r1643) -Fix: [ 1108547 ] You can now change the server-password via the GUI again
#ifndef SCREENSHOT_H
#define SCREENSHOT_H

void InitializeScreenshotFormats(void);

const char *GetScreenshotFormatDesc(int i);
void SetScreenshotFormat(int i);

bool MakeScreenshot(void);
bool MakeWorldScreenshot(int left, int top, int width, int height, int zoom);

#endif