diff options
Diffstat (limited to 'source/frontend/StarInventory.hpp')
-rw-r--r-- | source/frontend/StarInventory.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/frontend/StarInventory.hpp b/source/frontend/StarInventory.hpp index cb5deed..807e2ec 100644 --- a/source/frontend/StarInventory.hpp +++ b/source/frontend/StarInventory.hpp @@ -33,6 +33,7 @@ public: // this is a little hacky and should probably be checked in the player inventory instead void updateItems(); bool containsNewItems() const; + void clearChangedSlots(); protected: virtual void update(float dt) override; |