Files @ r1042:8e66ff50b4bc
Branch filter:

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

dominik
(svn r1543) Fix: [ 1101906 ] Configure Patches window text overflow
#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