town_gui.c
changeset 5469 7edfc643abbc
parent 5431 6e56b4f13dd7
equal deleted inserted replaced
5468:bebfa3ebcd62 5469:7edfc643abbc
    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},