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 4fd597c9..30cbe9d3 100644 --- a/aosfxplayer.h +++ b/aosfxplayer.h @@ -13,7 +13,7 @@ class AOSfxPlayer public: AOSfxPlayer(QWidget *parent, AOApplication *p_ao_app); - void play(QString p_sfx, QString p_char = ""); + void play(QString p_sfx, QString p_char = "", QString shout = ""); void stop(); void set_volume(int p_volume); |
