Remove leftover forward def

This commit is contained in:
Luke Street
2026-03-08 01:03:36 -07:00
parent d4fb18c9e6
commit cbd73be77d
-2
View File
@@ -24,8 +24,6 @@ float CStreamAudioManager::mCurrentVolume = 0.f;
float CStreamAudioManager::mVolumeIncrement = 0.f;
float CStreamAudioManager::mVolumeIncrement2 = 0.f;
static void PlayTrack(const rstl::string& fileName);
SDSPStreamCacheEntry::SDSPStreamCacheEntry()
: x0_fileName(rstl::string_l(""))
, x10_playState(0)