diff options
| author | stonedDiscord <stoned@derpymail.org> | 2019-08-17 21:09:13 +0200 |
|---|---|---|
| committer | stonedDiscord <stoned@derpymail.org> | 2019-08-17 21:09:13 +0200 |
| commit | 49be444d74cfdecdaa1090a2a51c19f70ae9b0b1 (patch) | |
| tree | 0dfd8b064f7c223f25f00de579e76b53ab484178 /include/aoblipplayer.h | |
| parent | 4700902551f80769b54cb452b0fcb794669c553b (diff) | |
OOP :convenience_store:
Diffstat (limited to 'include/aoblipplayer.h')
| -rw-r--r-- | include/aoblipplayer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/aoblipplayer.h b/include/aoblipplayer.h index 68dca191..44ca48bb 100644 --- a/include/aoblipplayer.h +++ b/include/aoblipplayer.h @@ -22,7 +22,6 @@ public: void set_blips(QString p_sfx); void blip_tick(); void set_volume(qreal p_volume); - void set_volume_internal(qreal p_volume); int m_cycle = 0; @@ -31,6 +30,8 @@ private: AOApplication *ao_app; qreal m_volume; + void set_volume_internal(qreal p_volume); + #if defined(BASSAUDIO) HSTREAM m_stream_list[5]; #elif defined(QTAUDIO) |
