diff options
Diffstat (limited to 'pokemod/Store.cpp')
| -rw-r--r-- | pokemod/Store.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pokemod/Store.cpp b/pokemod/Store.cpp index 0a873125..40c33c76 100644 --- a/pokemod/Store.cpp +++ b/pokemod/Store.cpp @@ -103,6 +103,11 @@ bool Pokemod::Store::item(const int item) const return m_item.contains(item); } +QList<int> Pokemod::Store::items() const +{ + return m_item; +} + Pokemod::Store& Pokemod::Store::operator=(const Store& rhs) { if (this == &rhs) |
