town_gui.c
changeset 2159 f6284cf5fab0
parent 2070 47b1f29d4671
child 2163 b17b313113a0
equal deleted inserted replaced
2158:722042326977 2159:f6284cf5fab0
    10 #include "viewport.h"
    10 #include "viewport.h"
    11 #include "gui.h"
    11 #include "gui.h"
    12 #include "command.h"
    12 #include "command.h"
    13 #include "player.h"
    13 #include "player.h"
    14 #include "network.h"
    14 #include "network.h"
       
    15 #include "variables.h"
    15 
    16 
    16 static const Widget _town_authority_widgets[] = {
    17 static const Widget _town_authority_widgets[] = {
    17 {    WWT_TEXTBTN,   RESIZE_NONE,    13,     0,    10,     0,    13, STR_00C5,				STR_018B_CLOSE_WINDOW},
    18 {    WWT_TEXTBTN,   RESIZE_NONE,    13,     0,    10,     0,    13, STR_00C5,				STR_018B_CLOSE_WINDOW},
    18 {    WWT_CAPTION,   RESIZE_NONE,    13,    11,   316,     0,    13, STR_2022_LOCAL_AUTHORITY, STR_018C_WINDOW_TITLE_DRAG_THIS},
    19 {    WWT_CAPTION,   RESIZE_NONE,    13,    11,   316,     0,    13, STR_2022_LOCAL_AUTHORITY, STR_018C_WINDOW_TITLE_DRAG_THIS},
    19 {     WWT_IMGBTN,   RESIZE_NONE,    13,     0,   316,    14,   105, 0x0,							STR_NULL},
    20 {     WWT_IMGBTN,   RESIZE_NONE,    13,     0,   316,    14,   105, 0x0,							STR_NULL},