src/window.cpp
changeset 8965 29a591456a2f
parent 8957 ef3f499ff423
child 8992 0b2fb43cc875
equal deleted inserted replaced
8964:84f2e443b7be 8965:29a591456a2f
    17 #include "zoom_func.h"
    17 #include "zoom_func.h"
    18 #include "core/alloc_func.hpp"
    18 #include "core/alloc_func.hpp"
    19 #include "map_func.h"
    19 #include "map_func.h"
    20 #include "vehicle_base.h"
    20 #include "vehicle_base.h"
    21 #include "settings_type.h"
    21 #include "settings_type.h"
       
    22 #include "cheat_func.h"
    22 
    23 
    23 #include "table/sprites.h"
    24 #include "table/sprites.h"
    24 
    25 
    25 static Point _drag_delta; ///< delta between mouse cursor and upper left corner of dragged window
    26 static Point _drag_delta; ///< delta between mouse cursor and upper left corner of dragged window
    26 static Window *_mouseover_last_w = NULL; ///< Window of the last MOUSEOVER event
    27 static Window *_mouseover_last_w = NULL; ///< Window of the last MOUSEOVER event