src/intro_gui.cpp
changeset 8149 1b1390cb0844
parent 8131 160939e24ed3
child 8208 3d0590aa2124
equal deleted inserted replaced
8148:0e857887bbfa 8149:1b1390cb0844
    16 #include "heightmap.h"
    16 #include "heightmap.h"
    17 #include "genworld.h"
    17 #include "genworld.h"
    18 #include "network/network_gui.h"
    18 #include "network/network_gui.h"
    19 #include "newgrf.h"
    19 #include "newgrf.h"
    20 #include "strings_func.h"
    20 #include "strings_func.h"
    21 #include "functions.h"
       
    22 #include "window_func.h"
    21 #include "window_func.h"
       
    22 #include "fios.h"
    23 
    23 
    24 static const Widget _select_game_widgets[] = {
    24 static const Widget _select_game_widgets[] = {
    25 {    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},
    26 {      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},
    27 { 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},