src/window.cpp
changeset 8640 1e93b81e96d2
parent 8635 3bbb6f87fced
child 8673 85d63e5a028e
equal deleted inserted replaced
8639:afebb18ecef5 8640:1e93b81e96d2
    14 #include "genworld.h"
    14 #include "genworld.h"
    15 #include "blitter/factory.hpp"
    15 #include "blitter/factory.hpp"
    16 #include "window_gui.h"
    16 #include "window_gui.h"
    17 #include "zoom_func.h"
    17 #include "zoom_func.h"
    18 #include "core/alloc_func.hpp"
    18 #include "core/alloc_func.hpp"
    19 #include "vehicle.h"
       
    20 #include "map_func.h"
    19 #include "map_func.h"
       
    20 #include "vehicle_base.h"
    21 
    21 
    22 /* delta between mouse cursor and upper left corner of dragged window */
    22 /* delta between mouse cursor and upper left corner of dragged window */
    23 static Point _drag_delta;
    23 static Point _drag_delta;
    24 
    24 
    25 static Window _windows[MAX_NUMBER_OF_WINDOWS];
    25 static Window _windows[MAX_NUMBER_OF_WINDOWS];