summaryrefslogtreecommitdiffstats
path: root/pokemod/MapWildList.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pokemod/MapWildList.cpp')
-rw-r--r--pokemod/MapWildList.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/pokemod/MapWildList.cpp b/pokemod/MapWildList.cpp
index 79fd2fbc..e64a92b4 100644
--- a/pokemod/MapWildList.cpp
+++ b/pokemod/MapWildList.cpp
@@ -20,6 +20,16 @@
// with this program. If not, see <http://www.gnu.org/licenses/>.
/////////////////////////////////////////////////////////////////////////////
+#include <QDir>
+#include <QListIterator>
+#include <QMap>
+#include <QMapIterator>
+#include <QMutableListIterator>
+#include <QStringList>
+#include <QStringListIterator>
+#include "Pokemod.h"
+#include "Item.h"
+#include "ItemEffect.h"
#include "MapWildList.h"
const char* PokeMod::MapWildList::ControlStr[PokeMod::MapWildList::End] = {"Grass", "Surfing", "Fishing", "Dive", "Headbutt", "Rock Smash"};