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/inventorywindow.h')
-rw-r--r--src/client/inventorywindow.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/inventorywindow.h b/src/client/inventorywindow.h
index e32bf44..239ff11 100644
--- a/src/client/inventorywindow.h
+++ b/src/client/inventorywindow.h
@@ -57,6 +57,8 @@ private:
void act_eject();
+ void act_mount();
+
void show_item_info(const ui::ListItem *listitem);
bool verify() const;
@@ -83,6 +85,8 @@ private:
ui::ScrollPane *inventorywindow_scrollpane;
ui::IconButton *inventorywindow_shipbutton;
+ ui::IconButton *inventorywindow_mountbutton;
+
ui::IconButton *inventorywindow_ejectbutton;
ui::Button *inventorywindow_ejectconfirmbutton;
ui::Button *inventorywindow_ejectcancelbutton;