diff options
Diffstat (limited to 'src/core/slots.h')
-rw-r--r-- | src/core/slots.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/slots.h b/src/core/slots.h index 6bb09f1..aefffb7 100644 --- a/src/core/slots.h +++ b/src/core/slots.h @@ -37,6 +37,12 @@ public: * */ void clear(); + /** + * @brief found a mounted item + * */ + Slot *find(Item *item); + + inline iterator begin() { return slots_container.begin(); } |