diff options
Diffstat (limited to 'pokemod/MapWarp.cpp')
| -rw-r--r-- | pokemod/MapWarp.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pokemod/MapWarp.cpp b/pokemod/MapWarp.cpp index 0a29d16f..db48dae8 100644 --- a/pokemod/MapWarp.cpp +++ b/pokemod/MapWarp.cpp @@ -20,6 +20,9 @@ // with this program. If not, see <http://www.gnu.org/licenses/>. ///////////////////////////////////////////////////////////////////////////// +#include "Pokemod.h" +#include "Dialog.h" +#include "Map.h" #include "MapWarp.h" const char* PokeMod::MapWarp::TypeStr[PokeMod::MapWarp::End] = {"Door/Stair", "Warp Pad", "Hole", "Boundary"}; |
