src/gfx.cpp
changeset 8114 dd6d21dc99c1
parent 8113 31b7784db761
child 8121 3bc6351e7369
equal deleted inserted replaced
8113:31b7784db761 8114:dd6d21dc99c1
     4 
     4 
     5 #include "stdafx.h"
     5 #include "stdafx.h"
     6 #include "openttd.h"
     6 #include "openttd.h"
     7 #include "functions.h"
     7 #include "functions.h"
     8 #include "spritecache.h"
     8 #include "spritecache.h"
     9 #include "strings.h"
       
    10 #include "string.h"
     9 #include "string.h"
    11 #include "gfx.h"
    10 #include "gfx.h"
    12 #include "table/palettes.h"
    11 #include "table/palettes.h"
    13 #include "table/sprites.h"
    12 #include "table/sprites.h"
    14 #include "variables.h"
    13 #include "variables.h"
    18 #include "debug.h"
    17 #include "debug.h"
    19 #include "zoom.hpp"
    18 #include "zoom.hpp"
    20 #include "texteff.hpp"
    19 #include "texteff.hpp"
    21 #include "blitter/factory.hpp"
    20 #include "blitter/factory.hpp"
    22 #include "video/video_driver.hpp"
    21 #include "video/video_driver.hpp"
       
    22 #include "strings_func.h"
    23 
    23 
    24 byte _dirkeys;        ///< 1 = left, 2 = up, 4 = right, 8 = down
    24 byte _dirkeys;        ///< 1 = left, 2 = up, 4 = right, 8 = down
    25 bool _fullscreen;
    25 bool _fullscreen;
    26 CursorVars _cursor;
    26 CursorVars _cursor;
    27 bool _ctrl_pressed;   ///< Is Ctrl pressed?
    27 bool _ctrl_pressed;   ///< Is Ctrl pressed?