summaryrefslogtreecommitdiff
path: root/screenshot.h
diff options
context:
space:
mode:
Diffstat (limited to 'screenshot.h')
-rw-r--r--screenshot.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/screenshot.h b/screenshot.h
new file mode 100644
index 000000000..900c1e702
--- /dev/null
+++ b/screenshot.h
@@ -0,0 +1,12 @@
+#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