mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 07:40:06 +00:00
Add alert audio sound to settings dialog
This commit is contained in:
parent
a495cf1b3b
commit
2345855a97
6 changed files with 128 additions and 39 deletions
|
|
@ -23,6 +23,8 @@ public:
|
|||
~MediaManager();
|
||||
|
||||
void Play(types::AudioFile media);
|
||||
void Play(const std::string& mediaPath);
|
||||
void Stop();
|
||||
|
||||
static std::shared_ptr<MediaManager> Instance();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue