diff options
Diffstat (limited to 'source/game/StarItemBag.hpp')
-rw-r--r-- | source/game/StarItemBag.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/game/StarItemBag.hpp b/source/game/StarItemBag.hpp index 7b0246d..7480d7c 100644 --- a/source/game/StarItemBag.hpp +++ b/source/game/StarItemBag.hpp @@ -109,6 +109,7 @@ private: // Returns the slot that contains the item already and has the *highest* // stack count but not full, or an empty slot, or NPos for no room. + size_t bestSlotAvailable(ItemConstPtr const& item, bool stacksOnly, std::function<bool(size_t)> test) const; size_t bestSlotAvailable(ItemConstPtr const& item, bool stacksOnly) const; List<ItemPtr> m_items; |