summaryrefslogtreecommitdiffstats
path: root/pokemod/Dialog.cpp
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-01-21 04:47:36 +0000
committerBen Boeckel <MathStuf@gmail.com>2008-01-21 04:47:36 +0000
commitb2e515e6badeb033bbdb53b28424d3b8e7289067 (patch)
tree77d370c33ec133d4fef9c8e48fa19bc137e22649 /pokemod/Dialog.cpp
parent2b653821cc31f18adb5d50bb0bc19048939670dc (diff)
downloadsigen-b2e515e6badeb033bbdb53b28424d3b8e7289067.tar.gz
sigen-b2e515e6badeb033bbdb53b28424d3b8e7289067.tar.xz
sigen-b2e515e6badeb033bbdb53b28424d3b8e7289067.zip
[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
Diffstat (limited to 'pokemod/Dialog.cpp')
-rw-r--r--pokemod/Dialog.cpp9
1 files changed, 9 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
/////////////////////////////////////////////////////////////////////////////
+#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"};