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>2013-10-16 20:59:41 +0000
committerStijn Buys <ingar@osirion.org>2013-10-16 20:59:41 +0000
commit2bfb32c5f3cbc180835f537c81ae3713466d9fa7 (patch)
tree323f6c67adfa925b9378e927daa04c6de33cd9df /src/client/gamewindow.h
parent71b517e154e4644fcf0f8bb3b8b40b7898ecdd9d (diff)
Added free flight and formation flight buttons.
Diffstat (limited to 'src/client/gamewindow.h')
-rw-r--r--src/client/gamewindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/gamewindow.h b/src/client/gamewindow.h
index 24bc311..158e6ea 100644
--- a/src/client/gamewindow.h
+++ b/src/client/gamewindow.h
@@ -92,9 +92,11 @@ private:
TradeMenu *gamewindow_trademenu;
ui::IconButton *gamewindow_menubutton;
+ ui::IconButton *gamewindow_freeflightbutton;
ui::IconButton *gamewindow_gotobutton;
ui::IconButton *gamewindow_dockbutton;
ui::IconButton *gamewindow_launchbutton;
+ ui::IconButton *gamewindow_formationbutton;
ui::IconButton *gamewindow_homebutton;
ui::IconButton *gamewindow_chatbutton;
ui::IconButton *gamewindow_mapbutton;