town_gui.c
changeset 5720 cc0ceeafaa55
parent 5682 eeddbbacd4ac
equal deleted inserted replaced
5719:76441d929243 5720:cc0ceeafaa55
    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},