summaryrefslogtreecommitdiff
path: root/src/screenshot.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-12-23 10:56:02 +0000
committerrubidium <rubidium@openttd.org>2007-12-23 10:56:02 +0000
commit507463e420317193b499c895496807f6e5b5da8f (patch)
tree38db428e795daef4055965543d541fc03dc4b9d8 /src/screenshot.cpp
parenta3693160cf314d15d9359593fe239e04fe998159 (diff)
downloadopenttd-507463e420317193b499c895496807f6e5b5da8f.tar.xz
(svn r11684) -Codechange: split gfx.h in a type and functional header.
Diffstat (limited to 'src/screenshot.cpp')
-rw-r--r--src/screenshot.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screenshot.cpp b/src/screenshot.cpp
index f88c3b528..c77dce722 100644
--- a/src/screenshot.cpp
+++ b/src/screenshot.cpp
@@ -16,6 +16,7 @@
#include "blitter/factory.hpp"
#include "fileio.h"
#include "strings_func.h"
+#include "zoom_func.h"
char _screenshot_format_name[8];
uint _num_screenshot_formats;