diff options
| author | sD <stoned@derpymail.org> | 2020-05-23 17:28:54 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-05-23 17:28:54 +0200 |
| commit | 68bd38b7fe7be6bdbb3d6ccd52e6207eac5b983a (patch) | |
| tree | 183383b9ee9431d89dadd3f4028653c1bd1bfee2 /src/aosfxplayer.cpp | |
| parent | 5922bf748aa65f085d28b3a91e5961793aabd0c9 (diff) | |
forgot those on noaudio
Diffstat (limited to 'src/aosfxplayer.cpp')
| -rw-r--r-- | src/aosfxplayer.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/aosfxplayer.cpp b/src/aosfxplayer.cpp index d23d5f98..121ac0b3 100644 --- a/src/aosfxplayer.cpp +++ b/src/aosfxplayer.cpp @@ -170,6 +170,10 @@ AOSfxPlayer::AOSfxPlayer(QWidget *parent, AOApplication *p_ao_app) ao_app = p_ao_app; } +void AOSfxPlayer::clear() {} + +void AOSfxPlayer::loop_clear() {} + void AOSfxPlayer::play(QString p_sfx, QString p_char, QString shout, int channel) {} @@ -178,4 +182,6 @@ void AOSfxPlayer::stop(int channel) {} void AOSfxPlayer::set_volume(qreal p_value) {} void AOSfxPlayer::set_volume_internal(qreal p_value) {} + +void AOSfxPlayer::set_looping(bool toggle, int channel) {} #endif |
