diff options
author | alberth <alberth@openttd.org> | 2011-05-28 13:55:05 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2011-05-28 13:55:05 +0000 |
commit | 18382251923ac04007a59077f513184a3e66e5ec (patch) | |
tree | 3b664b527da28d64aef2c82548b1cb0ecf6652c6 /src/screenshot.h | |
parent | 84f7fc32fa5b9dd6d195d45fe67c55c80037a955 (diff) | |
download | openttd-18382251923ac04007a59077f513184a3e66e5ec.tar.xz |
(svn r22511) -Add: Function to make heightmap file paths.
Diffstat (limited to 'src/screenshot.h')
-rw-r--r-- | src/screenshot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screenshot.h b/src/screenshot.h index acd694f2b..64c588178 100644 --- a/src/screenshot.h +++ b/src/screenshot.h @@ -16,6 +16,7 @@ void InitializeScreenshotFormats(); const char *GetScreenshotFormatDesc(int i); void SetScreenshotFormat(uint i); +const char *GetCurrentScreenshotExtension(); /** Type of requested screenshot */ enum ScreenshotType { |