summaryrefslogtreecommitdiff
path: root/src/screenshot.h
diff options
context:
space:
mode:
authorTechGeekNZ <git@tech.geek.nz>2020-06-18 09:50:22 +1200
committerCharles Pigott <charlespigott@googlemail.com>2020-06-27 14:19:35 +0100
commited6f31f601ef92e098f5555e9bb2b1492c5a7e79 (patch)
tree540359b092a9c4bed40f948037c3027262129e02 /src/screenshot.h
parenta2e1102b15cd7f5ae86ab3ea5da4a534b6b58389 (diff)
downloadopenttd-ed6f31f601ef92e098f5555e9bb2b1492c5a7e79.tar.xz
Cleanup: Remove redundant implementation of TakeScreenshot
Diffstat (limited to 'src/screenshot.h')
-rw-r--r--src/screenshot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screenshot.h b/src/screenshot.h
index aea08a8d5..2f6324c22 100644
--- a/src/screenshot.h
+++ b/src/screenshot.h
@@ -27,6 +27,7 @@ enum ScreenshotType {
void SetupScreenshotViewport(ScreenshotType t, struct ViewPort *vp);
bool MakeHeightmapScreenshot(const char *filename);
+void TakeScreenshot(ScreenshotType t);
bool MakeScreenshot(ScreenshotType t, const char *name);
bool MakeMinimapWorldScreenshot();