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 /sigmod/MapEffect.cpp | |
| parent | 47428274a07bce9be5e62f82aeeb7e57aa21037f (diff) | |
[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 'sigmod/MapEffect.cpp')
| -rw-r--r-- | sigmod/MapEffect.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sigmod/MapEffect.cpp b/sigmod/MapEffect.cpp index 3c232118..6d5c2734 100644 --- a/sigmod/MapEffect.cpp +++ b/sigmod/MapEffect.cpp @@ -109,7 +109,7 @@ void Sigmod::MapEffect::setIsGhost(const bool isGhost) CHECK(isGhost); } -void Sigmod::MapEffect::setScript(const Script& script) +void Sigmod::MapEffect::setScript(const Sigcore::Script& script) { CHECK(script); } @@ -134,7 +134,7 @@ bool Sigmod::MapEffect::isGhost() const return m_isGhost; } -Sigmod::Script Sigmod::MapEffect::script() const +Sigcore::Script Sigmod::MapEffect::script() const { return m_script; } |
