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-26 15:52:37 +0000
committerStijn Buys <ingar@osirion.org>2009-04-26 15:52:37 +0000
commitada263d9924c9014b445d0b855f52f1ef75d39dd (patch)
tree1298500ca196dcbda4c3aaf7913609d93dee6e9a /src/client/worldview.h
parent8861bf21e9821f7adcbbafcb9f72e0f1b8f59344 (diff)
added worldview icons, updated map
Diffstat (limited to 'src/client/worldview.h')
-rw-r--r--src/client/worldview.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client/worldview.h b/src/client/worldview.h
index 7921da2..1889186 100644
--- a/src/client/worldview.h
+++ b/src/client/worldview.h
@@ -10,6 +10,7 @@
#include "ui/widget.h"
#include "client/playerview.h"
#include "client/infowidget.h"
+#include "ui/iconbutton.h"
namespace client {
@@ -36,6 +37,10 @@ private:
KeyInfoWidget *view_keyinfo;
Notifications *view_notify;
PlayerView *view_playerview;
+
+ ui::IconButton *view_menubutton;
+ ui::IconButton *view_chatbutton;
+ ui::IconButton *view_mapbutton;
};
}