town_gui.c
branchcustombridgeheads
changeset 5642 bfa6074e2833
parent 5623 ef2a8a524a95
equal deleted inserted replaced
5641:d4d00a16ef26 5642:bfa6074e2833
    12 #include "gfx.h"
    12 #include "gfx.h"
    13 #include "viewport.h"
    13 #include "viewport.h"
    14 #include "gui.h"
    14 #include "gui.h"
    15 #include "command.h"
    15 #include "command.h"
    16 #include "player.h"
    16 #include "player.h"
    17 #include "network.h"
    17 #include "network/network.h"
    18 #include "variables.h"
    18 #include "variables.h"
    19 
    19 
    20 static const Widget _town_authority_widgets[] = {
    20 static const Widget _town_authority_widgets[] = {
    21 {   WWT_CLOSEBOX,   RESIZE_NONE,    13,     0,    10,     0,    13, STR_00C5,                 STR_018B_CLOSE_WINDOW},
    21 {   WWT_CLOSEBOX,   RESIZE_NONE,    13,     0,    10,     0,    13, STR_00C5,                 STR_018B_CLOSE_WINDOW},
    22 {    WWT_CAPTION,   RESIZE_NONE,    13,    11,   316,     0,    13, STR_2022_LOCAL_AUTHORITY, STR_018C_WINDOW_TITLE_DRAG_THIS},
    22 {    WWT_CAPTION,   RESIZE_NONE,    13,    11,   316,     0,    13, STR_2022_LOCAL_AUTHORITY, STR_018C_WINDOW_TITLE_DRAG_THIS},