src/widget.cpp
changeset 8121 3bc6351e7369
parent 8106 e6790dd9e750
child 8131 160939e24ed3
equal deleted inserted replaced
8120:7128bb2b57a3 8121:3bc6351e7369
     6 #include "openttd.h"
     6 #include "openttd.h"
     7 #include "functions.h"
     7 #include "functions.h"
     8 #include "player.h"
     8 #include "player.h"
     9 #include "table/sprites.h"
     9 #include "table/sprites.h"
    10 #include "table/strings.h"
    10 #include "table/strings.h"
    11 #include "gfx.h"
       
    12 #include "viewport.h"
    11 #include "viewport.h"
    13 #include "window_gui.h"
    12 #include "window_gui.h"
    14 
    13 
    15 static Point HandleScrollbarHittest(const Scrollbar *sb, int top, int bottom)
    14 static Point HandleScrollbarHittest(const Scrollbar *sb, int top, int bottom)
    16 {
    15 {