diff options
Diffstat (limited to 'pokemod/CoinList.cpp')
| -rw-r--r-- | pokemod/CoinList.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pokemod/CoinList.cpp b/pokemod/CoinList.cpp index b7d1d55e..78f33ac9 100644 --- a/pokemod/CoinList.cpp +++ b/pokemod/CoinList.cpp @@ -21,6 +21,14 @@ // with this program. If not, see <http://www.gnu.org/licenses/>. ///////////////////////////////////////////////////////////////////////////// +#include <QDir> +#include <QListIterator> +#include <QMap> +#include <QStringList> +#include <QStringListIterator> +#include "Pokemod.h" +#include "Item.h" +#include "ItemEffect.h" #include "CoinList.h" PokeMod::CoinList::CoinList(const Pokemod& par, const unsigned _id) : |
