summaryrefslogtreecommitdiff
path: root/src/screenshot.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-01-12 14:10:35 +0000
committerrubidium <rubidium@openttd.org>2008-01-12 14:10:35 +0000
commitac528411df2e42e066ab301517bd85743162f356 (patch)
treedd717901825d2b9701f42a6a4bedb895deb3017a /src/screenshot.cpp
parentcbbc53e8f84067cae60c6f2e8e00682c968430a7 (diff)
downloadopenttd-ac528411df2e42e066ab301517bd85743162f356.tar.xz
(svn r11818) -Codechange: split player.h into smaller pieces.
Diffstat (limited to 'src/screenshot.cpp')
-rw-r--r--src/screenshot.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/screenshot.cpp b/src/screenshot.cpp
index 822a3e0cf..46e81fc62 100644
--- a/src/screenshot.cpp
+++ b/src/screenshot.cpp
@@ -7,7 +7,7 @@
#include "fileio.h"
#include "viewport_func.h"
#include "gfx_func.h"
-#include "player.h"
+#include "core/math_func.hpp"
#include "screenshot.h"
#include "variables.h"
#include "blitter/factory.hpp"
@@ -18,6 +18,7 @@
#include "core/endian_func.hpp"
#include "map_func.h"
#include "date_func.h"
+#include "player_func.h"
char _screenshot_format_name[8];
uint _num_screenshot_formats;