diff options
Diffstat (limited to 'pokescripting/SoundWrapper.h')
| -rw-r--r-- | pokescripting/SoundWrapper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pokescripting/SoundWrapper.h b/pokescripting/SoundWrapper.h index bb57c1c7..b6209d96 100644 --- a/pokescripting/SoundWrapper.h +++ b/pokescripting/SoundWrapper.h @@ -39,6 +39,8 @@ class POKESCRIPTING_EXPORT SoundWrapper : public ObjectWrapper public: static SoundWrapper* create(const Pokemod::Sound* sound, PokemodWrapper* parent); + Q_SCRIPTABLE Pokemod::Sound::Type type(const QString& name) const; + Q_SCRIPTABLE QString name() const; Q_SCRIPTABLE Pokemod::Sound::Type type() const; Q_SCRIPTABLE Phonon::MediaObject* data(); |
