mirror of
https://github.com/ZDoom/ZMusic.git
synced 2025-04-10 19:30:58 +00:00
Add missing GetStreamInfoEx for CDSong
This commit is contained in:
parent
96e982c130
commit
d4089f050f
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