Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2009-04-16 19:36:15 +0000
committerStijn Buys <ingar@osirion.org>2009-04-16 19:36:15 +0000
commit6ab4021827e91303ac6fe2276f5567810b7e0496 (patch)
tree82c50c5a4bdc63da51c5bee9c122d165fd872aa6 /src/client/buymenu.h
parenta95028547981614e06ea7a6d22b853b85418cea3 (diff)
updated a few help messages, added 3d modelview to the buy menu
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 81a87bd..44517cf 100644
--- a/src/client/buymenu.h
+++ b/src/client/buymenu.h
@@ -11,6 +11,7 @@
#include "ui/container.h"
#include "ui/button.h"
#include "ui/label.h"
+#include "ui/modelview.h"
#include "ui/window.h"
#include "ui/scrollpane.h"
@@ -44,6 +45,8 @@ private:
ui::Button *menu_closebutton;
ui::Button *menu_buybutton;
+ ui::ModelView *menu_modelview;
+
std::string menu_itemtype;
std::string menu_itemname;