src/intro_gui.cpp
changeset 8224 c5a64d87cc54
parent 8208 3d0590aa2124
child 8254 1496654ca5e7
equal deleted inserted replaced
8223:2f64b8462e66 8224:c5a64d87cc54
    17 #include "network/network_gui.h"
    17 #include "network/network_gui.h"
    18 #include "newgrf.h"
    18 #include "newgrf.h"
    19 #include "strings_func.h"
    19 #include "strings_func.h"
    20 #include "window_func.h"
    20 #include "window_func.h"
    21 #include "fios.h"
    21 #include "fios.h"
       
    22 #include "gfx_func.h"
    22 
    23 
    23 static const Widget _select_game_widgets[] = {
    24 static const Widget _select_game_widgets[] = {
    24 {    WWT_CAPTION, RESIZE_NONE, 13,   0, 335,   0,  13, STR_0307_OPENTTD,         STR_NULL},
    25 {    WWT_CAPTION, RESIZE_NONE, 13,   0, 335,   0,  13, STR_0307_OPENTTD,         STR_NULL},
    25 {      WWT_PANEL, RESIZE_NONE, 13,   0, 335,  14, 194, 0x0,                      STR_NULL},
    26 {      WWT_PANEL, RESIZE_NONE, 13,   0, 335,  14, 194, 0x0,                      STR_NULL},
    26 { WWT_PUSHTXTBTN, RESIZE_NONE, 12,  10, 167,  22,  33, STR_0140_NEW_GAME,        STR_02FB_START_A_NEW_GAME},
    27 { WWT_PUSHTXTBTN, RESIZE_NONE, 12,  10, 167,  22,  33, STR_0140_NEW_GAME,        STR_02FB_START_A_NEW_GAME},