From b2e515e6badeb033bbdb53b28424d3b8e7289067 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 21 Jan 2008 04:47:36 +0000 Subject: [FIX] pokemod compiles faster due to better placement of #includes [FIX] Header of pokemodr/PokeModr.h git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@36 6ecfd1a5-f3ed-3746-8530-beee90d26b22 --- pokemod/Dialog.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'pokemod/Dialog.cpp') diff --git a/pokemod/Dialog.cpp b/pokemod/Dialog.cpp index ca91e14b..d8353018 100644 --- a/pokemod/Dialog.cpp +++ b/pokemod/Dialog.cpp @@ -20,6 +20,15 @@ // with this program. If not, see . ///////////////////////////////////////////////////////////////////////////// +#include "Pokemod.h" +#include "Item.h" +#include "ItemEffect.h" +#include "Map.h" +#include "MapEffect.h" +#include "MapTrainer.h" +#include "MapWarp.h" +#include "Move.h" +#include "Species.h" #include "Dialog.h" const char* PokeMod::Dialog::CommandStr[PokeMod::Dialog::End] = {"Flip Flag", "Set Flag", "Unset Flag", "Randomize Flag", "Test Flag", "Dialog", "Yes/No", "Item Shop", "Give Item", "Take Item", "Check Item", "Coin List", "Teach Move", "Delete Move", "Give Pokemon", "Take Pokemon", "Show Pokemon", "View Pokemon", "Give Money", "Take Money", "Move Effect", "Turn Effect", "Check Direction", "Check Roster", "Check Levels", "Check Species", "Check Held Items", "Check Money", "Trade", "Daycare", "Battle", "Badge", "Warp", "Name", "Music", "Sound Effect", "Timer", "Map Sign", "Wild Scope", "Safari", "Heal Party", "Refresh", "Clear", "Pause", "New Line", "Exit", "Menu"}; -- cgit