Files @ r1579:593fb816658d
Branch filter:

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

matthijs
(svn r2083) Add pasky's and my real name in readme.txt as well.
#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