src/gfx.cpp
changeset 6998 39e783d3816c
parent 6985 d50d59dca7c1
child 6999 069962f178e0
equal deleted inserted replaced
6997:cc3dd5a40fb8 6998:39e783d3816c
    17 #include "table/control_codes.h"
    17 #include "table/control_codes.h"
    18 #include "fontcache.h"
    18 #include "fontcache.h"
    19 #include "genworld.h"
    19 #include "genworld.h"
    20 #include "debug.h"
    20 #include "debug.h"
    21 #include "zoom.hpp"
    21 #include "zoom.hpp"
       
    22 #include "texteff.hpp"
    22 #include "blitter/factory.hpp"
    23 #include "blitter/factory.hpp"
    23 
    24 
    24 #ifdef _DEBUG
    25 #ifdef _DEBUG
    25 bool _dbg_screen_rect;
    26 bool _dbg_screen_rect;
    26 #endif
    27 #endif