summaryrefslogtreecommitdiff
path: root/src/screenshot.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2012-01-08 16:58:10 +0000
committerfrosch <frosch@openttd.org>2012-01-08 16:58:10 +0000
commit45df862fb0b55358d7a7edd6ea2aa67d05cfd24b (patch)
tree0effda112b1eb0ec5d9025cd9b1ee89c9b884931 /src/screenshot.h
parented46420ca0a8a4654c301609bbeed805e89c3166 (diff)
downloadopenttd-45df862fb0b55358d7a7edd6ea2aa67d05cfd24b.tar.xz
(svn r23775) -Change: Hide the PCX screenshot format from the options window, if a 32bpp blitter is used.
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 474b93f89..844085423 100644
--- a/src/screenshot.h
+++ b/src/screenshot.h
@@ -15,6 +15,7 @@
void InitializeScreenshotFormats();
const char *GetScreenshotFormatDesc(int i);
+bool GetScreenshotFormatSupports_32bpp(int i);
void SetScreenshotFormat(uint i);
const char *GetCurrentScreenshotExtension();