diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-15 13:22:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-15 13:22:40 +0300 |
commit | 35dff83d93c36cd294f1899b1530da88a80b8917 (patch) | |
tree | c33b40350d3e45a201402982db7925b6c988328e /src/gui/popups/beingpopup.h | |
parent | 8ef332195f82d30f70435b69ba485640a19d80ed (diff) | |
download | plus-35dff83d93c36cd294f1899b1530da88a80b8917.tar.gz plus-35dff83d93c36cd294f1899b1530da88a80b8917.tar.bz2 plus-35dff83d93c36cd294f1899b1530da88a80b8917.tar.xz plus-35dff83d93c36cd294f1899b1530da88a80b8917.zip |
Allow to shop buy board name on beings.
Diffstat (limited to 'src/gui/popups/beingpopup.h')
-rw-r--r-- | src/gui/popups/beingpopup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/popups/beingpopup.h b/src/gui/popups/beingpopup.h index 8ba82babb..6203b5ef7 100644 --- a/src/gui/popups/beingpopup.h +++ b/src/gui/popups/beingpopup.h @@ -62,6 +62,7 @@ class BeingPopup final : public Popup Label *mBeingGuild; Label *mBeingRank; Label *mBeingComment; + Label *mBeingBuyBoard; Label *mBeingSellBoard; }; |