diff options
Diffstat (limited to 'source/frontend/StarScriptPane.hpp')
-rw-r--r-- | source/frontend/StarScriptPane.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/frontend/StarScriptPane.hpp b/source/frontend/StarScriptPane.hpp index 9f31dc6..e583d51 100644 --- a/source/frontend/StarScriptPane.hpp +++ b/source/frontend/StarScriptPane.hpp @@ -20,6 +20,7 @@ public: PanePtr createTooltip(Vec2I const& screenPosition) override; bool openWithInventory() const; + bool closeWithInventory() const; EntityId sourceEntityId() const; |