Files @ r1969:287ecec5b3b7
Branch filter:

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

celestar
(svn r2475) -Fix: [ 1214982 & 1217473 ] realistic acceleration problem. (glx)
#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