intro_gui.c
branchcustombridgeheads
changeset 5642 bfa6074e2833
parent 5623 ef2a8a524a95
equal deleted inserted replaced
5641:d4d00a16ef26 5642:bfa6074e2833
     7 #include "functions.h"
     7 #include "functions.h"
     8 #include "window.h"
     8 #include "window.h"
     9 #include "gui.h"
     9 #include "gui.h"
    10 #include "gfx.h"
    10 #include "gfx.h"
    11 #include "player.h"
    11 #include "player.h"
    12 #include "network.h"
    12 #include "network/network.h"
    13 #include "variables.h"
    13 #include "variables.h"
    14 #include "settings.h"
    14 #include "settings.h"
    15 #include "heightmap.h"
    15 #include "heightmap.h"
    16 #include "genworld.h"
    16 #include "genworld.h"
    17 #include "network_gui.h"
    17 #include "network/network_gui.h"
    18 #include "newgrf.h"
    18 #include "newgrf.h"
    19 
    19 
    20 static const Widget _select_game_widgets[] = {
    20 static const Widget _select_game_widgets[] = {
    21 {    WWT_CAPTION, RESIZE_NONE, 13,   0, 335,   0,  13, STR_0307_OPENTTD,         STR_NULL},
    21 {    WWT_CAPTION, RESIZE_NONE, 13,   0, 335,   0,  13, STR_0307_OPENTTD,         STR_NULL},
    22 {      WWT_PANEL, RESIZE_NONE, 13,   0, 335,  14, 194, 0x0,                      STR_NULL},
    22 {      WWT_PANEL, RESIZE_NONE, 13,   0, 335,  14, 194, 0x0,                      STR_NULL},