src/town_gui.cpp
changeset 8612 6414fc21c2f3
parent 8610 17cc343a23dd
child 8617 931e0970d509
equal deleted inserted replaced
8611:e15136f04620 8612:6414fc21c2f3
    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 "window_gui.h"
    15 #include "window_gui.h"
    16 #include "textbuf_gui.h"
    16 #include "textbuf_gui.h"
    17 #include "command.h"
    17 #include "command_func.h"
    18 #include "player.h"
    18 #include "player.h"
    19 #include "network/network.h"
    19 #include "network/network.h"
    20 #include "variables.h"
    20 #include "variables.h"
    21 #include "helpers.hpp"
    21 #include "helpers.hpp"
    22 #include "strings_func.h"
    22 #include "strings_func.h"
       
    23 #include "economy_func.h"
    23 
    24 
    24 enum TownAuthorityWidget {
    25 enum TownAuthorityWidget {
    25 	TWA_CLOSEBOX = 0,
    26 	TWA_CLOSEBOX = 0,
    26 	TWA_CAPTION,
    27 	TWA_CAPTION,
    27 	TWA_RATING_INFO,
    28 	TWA_RATING_INFO,