Files @ r1667:3bf0f3d8fe10
Branch filter:

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

miham
(svn r2171) [Translations] Manually fixed string-order in english.txt (someone fscked it up!)
#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