screenshot.h
author matthijs
Fri, 15 Apr 2005 13:48:08 +0000
changeset 1698 bf364c664a60
parent 430 75820dedf4f1
child 2121 c86a863485ee
permissions -rw-r--r--
(svn r2202) - Fix: [NPF] When a vehicle could not reach its target, it would choose a random direction. It will now try to get as close as possible.
#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