Files @ r3747:5aa82ab659e3
Branch filter:

Location: cpp/openttd-patchpack/source/screenshot.h

miham
(svn r4735) WebTranslator2 update to 2006-05-04 16:19:23
czech - 1 changed by Hadez (1)
dutch - 3 fixed by webfreakz (3)
german - 1 fixed, 3 changed by Neonox (3), moewe2 (1)
hungarian - 2 changed by miham (2)
polish - 9 changed by meush (9)
portuguese - 3 fixed, 3 changed by izhirahider (6)
romanian - 58 fixed by kneekoo (58)
slovenian - 95 fixed by christooss (95)
turkish - 1 fixed by jnmbk (1)
/* $Id$ */

#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);

extern char _screenshot_format_name[8];
extern uint _num_screenshot_formats;
extern uint _cur_screenshot_format;

#endif /* SCREENSHOT_H */