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