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}, |