screenshot.h
author truelight
Sun, 02 Jan 2005 12:03:43 +0000
changeset 841 8f0a68c6f43b
parent 430 75820dedf4f1
child 2121 c86a863485ee
permissions -rw-r--r--
(svn r1322) -Add: banning system (mostly tnx to guru3)
A server can ban people via ClientList
Both server and dedicated can do it via console:
'ban', 'unban', 'banlist'.
#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