mirror of
https://github.com/ZDoom/ZMusic.git
synced 2025-01-19 14:50:50 +00:00
Add missing GetStreamInfoEx for CDSong
This commit is contained in:
parent
592bb9126b
commit
5ac16461ad
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ public:
|
|||
void Resume();
|
||||
void Stop();
|
||||
bool IsPlaying();
|
||||
SoundStreamInfoEx GetStreamInfoEx() const override { return {}; }
|
||||
bool IsValid() const { return m_Inited; }
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Reference in a new issue