diff options
| author | Cerapter <cerap@protonmail.com> | 2018-09-05 02:07:23 +0200 |
|---|---|---|
| committer | Cerapter <cerap@protonmail.com> | 2018-09-05 02:07:23 +0200 |
| commit | 12727fcf7f0684f916290113da4a76c331fadce9 (patch) | |
| tree | 09dbf12188bf4316dc965237ac384456f9dc226e /aosfxplayer.h | |
| parent | adfe21afd6e5f4efc9c60b45590f4c086b9e0e52 (diff) | |
`misc` folder given purpose as the 'default' for shouts and chatboxes.
- Default bubbles.
- Default shout sounds.
- Custom chatbox.
- Custom colours for the chatbox.
- No need to have duplicate files of bubbles and shouts all over the
character folders.
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 ab9fd979..4494b3e9 100644 --- a/aosfxplayer.h +++ b/aosfxplayer.h @@ -14,7 +14,7 @@ public: AOSfxPlayer(QWidget *parent, AOApplication *p_ao_app); ~AOSfxPlayer(); - 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); |
