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-15 19:57:27 +0000
committerStijn Buys <ingar@osirion.org>2013-10-15 19:57:27 +0000
commitce62661012a167d48bd6117940a551355eb6773b (patch)
tree67fa5c937559e16e367f069007e825548ad57573 /src/client/gamewindow.h
parentaabb379d84afab3679acc6dc4472d886dae88f39 (diff)
Added ship autopilot, removed entity_controlflags, added goto ui button.
Diffstat (limited to 'src/client/gamewindow.h')
-rw-r--r--src/client/gamewindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/gamewindow.h b/src/client/gamewindow.h
index d6e36db..24bc311 100644
--- a/src/client/gamewindow.h
+++ b/src/client/gamewindow.h
@@ -92,6 +92,7 @@ private:
TradeMenu *gamewindow_trademenu;
ui::IconButton *gamewindow_menubutton;
+ ui::IconButton *gamewindow_gotobutton;
ui::IconButton *gamewindow_dockbutton;
ui::IconButton *gamewindow_launchbutton;
ui::IconButton *gamewindow_homebutton;