diff options
Diffstat (limited to 'aosfxplayer.h')
| -rw-r--r-- | aosfxplayer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/aosfxplayer.h b/aosfxplayer.h index c704878..376e225 100644 --- a/aosfxplayer.h +++ b/aosfxplayer.h @@ -11,7 +11,8 @@ class AOSfxPlayer public: AOSfxPlayer(QWidget *parent, AOApplication *p_ao_app); - void play(QString p_path); + void play(QString p_sfx, int p_volume); + void set_volume(int p_volume); private: QWidget *m_parent; |
