diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-02-23 17:47:46 -0500 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-02-23 17:47:46 -0500 |
| commit | 96f796df64c4c94d067386e1abe44a5ab98ab71a (patch) | |
| tree | fa194140f031d81b406ae4a77d56e0869e7a853b /sigscript/SigmodWrapper.cpp | |
| parent | c96216fb11f0ff1efbdc6cf7ff6b4e3d1fd2b9c6 (diff) | |
| download | sigen-96f796df64c4c94d067386e1abe44a5ab98ab71a.tar.gz sigen-96f796df64c4c94d067386e1abe44a5ab98ab71a.tar.xz sigen-96f796df64c4c94d067386e1abe44a5ab98ab71a.zip | |
Fixed sigscript includes (forward declare where possible)
Diffstat (limited to 'sigscript/SigmodWrapper.cpp')
| -rw-r--r-- | sigscript/SigmodWrapper.cpp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sigscript/SigmodWrapper.cpp b/sigscript/SigmodWrapper.cpp index 9290a728..39e51f17 100644 --- a/sigscript/SigmodWrapper.cpp +++ b/sigscript/SigmodWrapper.cpp @@ -44,6 +44,26 @@ #include "TypeWrapper.h" #include "WeatherWrapper.h" +// Sigmod includes +#include <sigmod/Ability.h> +#include <sigmod/Author.h> +#include <sigmod/Badge.h> +#include <sigmod/CoinList.h> +#include <sigmod/EggGroup.h> +#include <sigmod/GlobalScript.h> +#include <sigmod/Item.h> +#include <sigmod/Move.h> +#include <sigmod/Nature.h> +#include <sigmod/Sigmod.h> +#include <sigmod/Store.h> +#include <sigmod/Skin.h> +#include <sigmod/Sprite.h> +#include <sigmod/Status.h> +#include <sigmod/Tile.h> +#include <sigmod/Time.h> +#include <sigmod/Type.h> +#include <sigmod/Weather.h> + Sigscript::SigmodWrapper::SigmodWrapper(const Sigmod::Sigmod* sigmod) : ObjectWrapper(sigmod, NULL), m_sigmod(sigmod) |
