diff options
author | Ben Boeckel <MathStuf@gmail.com> | 2008-01-21 04:47:36 +0000 |
---|---|---|
committer | Ben Boeckel <MathStuf@gmail.com> | 2008-01-21 04:47:36 +0000 |
commit | b2e515e6badeb033bbdb53b28424d3b8e7289067 (patch) | |
tree | 77d370c33ec133d4fef9c8e48fa19bc137e22649 /pokemod/SpeciesEvolution.cpp | |
parent | 2b653821cc31f18adb5d50bb0bc19048939670dc (diff) | |
download | sigen-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/SpeciesEvolution.cpp')
-rw-r--r-- | pokemod/SpeciesEvolution.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pokemod/SpeciesEvolution.cpp b/pokemod/SpeciesEvolution.cpp index 36e81686..858d9e2d 100644 --- a/pokemod/SpeciesEvolution.cpp +++ b/pokemod/SpeciesEvolution.cpp @@ -20,6 +20,10 @@ // with this program. If not, see <http://www.gnu.org/licenses/>. ///////////////////////////////////////////////////////////////////////////// +#include "../general/Ref.h" +#include "Pokemod.h" +#include "Item.h" +#include "ItemEffect.h" #include "SpeciesEvolution.h" const char* PokeMod::SpeciesEvolution::StyleStr[PokeMod::SpeciesEvolution::S_End] = {"Level", "Happiness", "Stat", "Item", "Trade", "TradeItem", "Personality", "Spare Slot"}; |