From 2fc62eab058153a2d9d6fc7b14d8f8f28da8b183 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 12 Jan 2008 14:10:35 +0000 Subject: (svn r11818) -Codechange: split player.h into smaller pieces. --- src/screenshot.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/screenshot.cpp') 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; -- cgit v1.2.3-54-g00ecf