diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-02-24 16:18:17 -0500 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-02-24 16:18:17 -0500 |
| commit | b28b0cb3d52336f77b7ad8b313b3d6fd6b7d0e67 (patch) | |
| tree | 01971661209ccb6d6844a096a5ea3d39baeabe68 /sigscript/RulesWrapper.h | |
| parent | b6d07f0ca14256a42268e69190891c56bf978bd4 (diff) | |
| download | sigen-b28b0cb3d52336f77b7ad8b313b3d6fd6b7d0e67.tar.gz sigen-b28b0cb3d52336f77b7ad8b313b3d6fd6b7d0e67.tar.xz sigen-b28b0cb3d52336f77b7ad8b313b3d6fd6b7d0e67.zip | |
Moved SigmodWrapper to GameWrapper
Diffstat (limited to 'sigscript/RulesWrapper.h')
| -rw-r--r-- | sigscript/RulesWrapper.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sigscript/RulesWrapper.h b/sigscript/RulesWrapper.h index 45a0d7a5..af68aec0 100644 --- a/sigscript/RulesWrapper.h +++ b/sigscript/RulesWrapper.h @@ -34,7 +34,7 @@ class SIGSCRIPT_EXPORT RulesWrapper : public ObjectWrapper Q_OBJECT public: - static RulesWrapper* create(const Sigmod::Rules* rules, SigmodWrapper* parent); + static RulesWrapper* create(const Sigmod::Rules* rules, GameWrapper* parent); Q_SCRIPTABLE bool genderAllowed() const; Q_SCRIPTABLE bool breedingAllowed() const; @@ -60,7 +60,7 @@ class SIGSCRIPT_EXPORT RulesWrapper : public ObjectWrapper Q_SCRIPTABLE int maxTotalEV() const; Q_SCRIPTABLE int maxEVPerStat() const; private: - RulesWrapper(const Sigmod::Rules* rules, SigmodWrapper* parent); + RulesWrapper(const Sigmod::Rules* rules, GameWrapper* parent); RulesWrapper& operator=(const RulesWrapper& rhs); const Sigmod::Rules* m_rules; |
