1
0
Fork 0
mirror of https://github.com/halpz/re3.git synced 2025-06-24 16:51:18 +00:00
re3/src/leeds/CustomSoundTrack.cpp
2021-08-29 19:32:22 +03:00

12 lines
214 B
C++

#include "common.h"
#include "CustomSoundTrack.h"
// TODO - implement
cCustomSoundTrack* base::cSingleton<cCustomSoundTrack>::mspInstance = nil;
cCustomSoundTrack::cCustomSoundTrack() :
m_bIsPlaying(false)
{}