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-05-10 15:33:16 +0000
committerStijn Buys <ingar@osirion.org>2009-05-10 15:33:16 +0000
commitb3083a4fe57cc99c6972180a40091001cb209ad7 (patch)
tree52552b1fc62ff361867a7171404e5c5bd9e52917 /src/client/worldview.h
parent3dde787b2546958072e8a98350335b2bab6d1c17 (diff)
added disabled ui palette color, added dock and launch buttons
Diffstat (limited to 'src/client/worldview.h')
-rw-r--r--src/client/worldview.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/worldview.h b/src/client/worldview.h
index 1889186..e42ac86 100644
--- a/src/client/worldview.h
+++ b/src/client/worldview.h
@@ -39,6 +39,10 @@ private:
PlayerView *view_playerview;
ui::IconButton *view_menubutton;
+
+ ui::IconButton *view_dockbutton;
+ ui::IconButton *view_launchbutton;
+
ui::IconButton *view_chatbutton;
ui::IconButton *view_mapbutton;
};