From b99070118a3cedc4fcc7514ba95fce2646d649c4 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 18 Aug 2008 23:40:50 +0000 Subject: [FIX] TeamMember now allows shadowing of values [FIX] TeamMember no longer uses pokemod internally (all is accessed through wrappers) [FIX] Status now has the script split between Battle and World [FIX] Script classes now able to be passed via QVariant git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@241 6ecfd1a5-f3ed-3746-8530-beee90d26b22 --- pokescripting/StoreWrapper.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pokescripting/StoreWrapper.h') diff --git a/pokescripting/StoreWrapper.h b/pokescripting/StoreWrapper.h index caf458b3..18892e8f 100644 --- a/pokescripting/StoreWrapper.h +++ b/pokescripting/StoreWrapper.h @@ -45,5 +45,6 @@ class POKESCRIPTING_EXPORT StoreWrapper : public ObjectWrapper const Pokemod::Store* m_store; }; } +Q_DECLARE_METATYPE(Pokescripting::StoreWrapper*) #endif -- cgit