Files @ r2000:0475a4935114
Branch filter:

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

bjarni
(svn r2506) - Fix: [OSX, makefile] The makefile can now also see OSX 10.4 as OSX
#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