Files @ r556:6d4e803d1a75
Branch filter:

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

darkvater
(svn r957) -Fix: vehicle.c compiler problems for MSVC6 only! (Tron)
#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