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/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;
};