Add missing GetStreamInfoEx for CDSong

This commit is contained in:
Chris Robinson 2021-11-06 00:48:17 -07:00 committed by Christoph Oelckers
parent 592bb9126b
commit 5ac16461ad

View file

@ -52,6 +52,7 @@ public:
void Resume();
void Stop();
bool IsPlaying();
SoundStreamInfoEx GetStreamInfoEx() const override { return {}; }
bool IsValid() const { return m_Inited; }
protected: