summaryrefslogtreecommitdiff
path: root/src/screenshot.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-11-01 18:15:35 +0000
committersmatz <smatz@openttd.org>2009-11-01 18:15:35 +0000
commit090c762921d7452b7f7730016d6a1d385fcfc953 (patch)
tree2c52bd64ede330c0b5b308dfd79d7b0f9606e5a5 /src/screenshot.h
parentbe446d6f542fccf1e5cc2ed50225c4a8289aa7dc (diff)
downloadopenttd-090c762921d7452b7f7730016d6a1d385fcfc953.tar.xz
(svn r17938) -Feature: non-automatic screenshot name can be entered in console
Diffstat (limited to 'src/screenshot.h')
-rw-r--r--src/screenshot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screenshot.h b/src/screenshot.h
index 2f6a30829..f97be75c9 100644
--- a/src/screenshot.h
+++ b/src/screenshot.h
@@ -24,7 +24,7 @@ enum ScreenshotType {
};
bool MakeScreenshot();
-void SetScreenshotType(ScreenshotType t);
+void RequestScreenshot(ScreenshotType t, const char *name);
bool IsScreenshotRequested();
extern char _screenshot_format_name[8];