Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/slots.h')
-rw-r--r--src/core/slots.h6
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();
}