src/screenshot.cpp
changeset 8760 ce0891c412ce
parent 8750 fdd6054e7bae
child 10429 1b99254f9607
equal deleted inserted replaced
8759:eae56497cf83 8760:ce0891c412ce
     1 /* $Id$ */
     1 /* $Id$ */
     2 
     2 
     3 #include "stdafx.h"
     3 #include "stdafx.h"
     4 #include "openttd.h"
     4 #include "openttd.h"
     5 #include "debug.h"
     5 #include "debug.h"
     6 #include "table/strings.h"
       
     7 #include "fileio.h"
     6 #include "fileio.h"
     8 #include "viewport_func.h"
     7 #include "viewport_func.h"
     9 #include "gfx_func.h"
     8 #include "gfx_func.h"
    10 #include "core/math_func.hpp"
     9 #include "core/math_func.hpp"
    11 #include "screenshot.h"
    10 #include "screenshot.h"
    17 #include "core/alloc_func.hpp"
    16 #include "core/alloc_func.hpp"
    18 #include "core/endian_func.hpp"
    17 #include "core/endian_func.hpp"
    19 #include "map_func.h"
    18 #include "map_func.h"
    20 #include "date_func.h"
    19 #include "date_func.h"
    21 #include "player_func.h"
    20 #include "player_func.h"
       
    21 
       
    22 #include "table/strings.h"
    22 
    23 
    23 char _screenshot_format_name[8];
    24 char _screenshot_format_name[8];
    24 uint _num_screenshot_formats;
    25 uint _num_screenshot_formats;
    25 uint _cur_screenshot_format;
    26 uint _cur_screenshot_format;
    26 ScreenshotType current_screenshot_type;
    27 ScreenshotType current_screenshot_type;