summaryrefslogtreecommitdiffstats
path: root/pokescripting/EggGroupWrapper.h
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-08-05 06:10:55 +0000
committerBen Boeckel <MathStuf@gmail.com>2008-08-05 06:10:55 +0000
commitcf49a16b29ac412cfea125f7216a0e51e79aa4de (patch)
treefc3eb0271f3de0d7900c2a33ab5eafa259d8d250 /pokescripting/EggGroupWrapper.h
parent56b91df6010a9f3d304438cf95816399a6e46622 (diff)
downloadsigen-cf49a16b29ac412cfea125f7216a0e51e79aa4de.tar.gz
sigen-cf49a16b29ac412cfea125f7216a0e51e79aa4de.tar.xz
sigen-cf49a16b29ac412cfea125f7216a0e51e79aa4de.zip
[FIX] List members of pokemod classes now can be returned in their entirety
[FIX] Reworked pokescripting for ease of use [FIX] Now (selected) pokemod values can be overridden in pokescripting git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@237 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokescripting/EggGroupWrapper.h')
-rw-r--r--pokescripting/EggGroupWrapper.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/pokescripting/EggGroupWrapper.h b/pokescripting/EggGroupWrapper.h
index 91ca7661..53665e3a 100644
--- a/pokescripting/EggGroupWrapper.h
+++ b/pokescripting/EggGroupWrapper.h
@@ -45,18 +45,6 @@ class POKESCRIPTING_EXPORT EggGroupWrapper : public ObjectWrapper
const Pokemod::EggGroup* m_eggGroup;
};
-
-inline EggGroupWrapper::EggGroupWrapper(const Pokemod::EggGroup* eggGroup, QObject* parent) :
- ObjectWrapper(eggGroup, parent),
- m_eggGroup(eggGroup)
-{
-}
-
-inline QString EggGroupWrapper::name() const
-{
- return m_eggGroup->name();
-}
-
}
#endif