Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/buymenu.h')
-rw-r--r--src/client/buymenu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/buymenu.h b/src/client/buymenu.h
index 91ed10e..7f19ebf 100644
--- a/src/client/buymenu.h
+++ b/src/client/buymenu.h
@@ -12,6 +12,7 @@
#include "ui/button.h"
#include "ui/label.h"
#include "ui/modelview.h"
+#include "ui/plaintext.h"
#include "ui/widget.h"
#include "ui/scrollpane.h"
@@ -43,6 +44,8 @@ private:
ui::Label *menu_namelabel;
ui::ScrollPane *menu_scrollpane;
ui::ModelView *menu_modelview;
+ ui::Label *menu_msgtext;
+ ui::PlainText *menu_pricetext;
ui::Button *menu_closebutton;
ui::Button *menu_buybutton;