diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2008-10-17 05:46:40 +0000 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2008-10-17 05:46:40 +0000 |
| commit | b3e1495f7a626bb4429ff5e4f3ad39ae9654f23b (patch) | |
| tree | 8a188df964484e7dcf630e792dccfa1766c2f8f0 /sigscript/MoveWrapper.h | |
| parent | 47428274a07bce9be5e62f82aeeb7e57aa21037f (diff) | |
| download | sigen-b3e1495f7a626bb4429ff5e4f3ad39ae9654f23b.tar.gz sigen-b3e1495f7a626bb4429ff5e4f3ad39ae9654f23b.tar.xz sigen-b3e1495f7a626bb4429ff5e4f3ad39ae9654f23b.zip | |
[FIX] Moved Hat, Fraction, Matrix, and Script to sigcore
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@281 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'sigscript/MoveWrapper.h')
| -rw-r--r-- | sigscript/MoveWrapper.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sigscript/MoveWrapper.h b/sigscript/MoveWrapper.h index 521bd26b..8c961187 100644 --- a/sigscript/MoveWrapper.h +++ b/sigscript/MoveWrapper.h @@ -37,16 +37,16 @@ class SIGSCRIPT_EXPORT MoveWrapper : public ObjectWrapper static MoveWrapper* create(const Sigmod::Move* move, SigmodWrapper* parent); Q_SCRIPTABLE QString name() const; - Q_SCRIPTABLE Sigmod::Fraction accuracy() const; + Q_SCRIPTABLE Sigcore::Fraction accuracy() const; Q_SCRIPTABLE int power() const; Q_SCRIPTABLE TypeWrapper* type(); Q_SCRIPTABLE bool special() const; Q_SCRIPTABLE int powerPoints() const; Q_SCRIPTABLE int priority() const; Q_SCRIPTABLE QString description() const; - Q_SCRIPTABLE Sigmod::Script battleScript() const; - Q_SCRIPTABLE Sigmod::Script worldScript() const; - Q_SCRIPTABLE Sigmod::Script priorityScript() const; + Q_SCRIPTABLE Sigcore::Script battleScript() const; + Q_SCRIPTABLE Sigcore::Script worldScript() const; + Q_SCRIPTABLE Sigcore::Script priorityScript() const; private: MoveWrapper(const Sigmod::Move* move, SigmodWrapper* parent); MoveWrapper& operator=(const MoveWrapper& rhs); |
