From b58435691900e2e3cefd62e49a52c35befb06492 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Fri, 20 Mar 2009 19:26:40 -0400 Subject: Make a note about KALEngine --- sigscript/SoundWrapper.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sigscript/SoundWrapper.h') diff --git a/sigscript/SoundWrapper.h b/sigscript/SoundWrapper.h index eb508ee9..cedfb4b6 100644 --- a/sigscript/SoundWrapper.h +++ b/sigscript/SoundWrapper.h @@ -43,6 +43,7 @@ class SIGSCRIPT_EXPORT SoundWrapper : public ObjectWrapper Q_SCRIPTABLE QString name() const; Q_SCRIPTABLE Sigmod::Sound::Type type() const; + // TODO: Use KALEngine? Q_SCRIPTABLE Phonon::MediaObject* audio(); private: SoundWrapper(const Sigmod::Sound* sound, GameWrapper* parent); -- cgit