mirror of
https://github.com/td512/re3.git
synced 2026-02-27 07:58:46 +00:00
13 lines
225 B
C++
13 lines
225 B
C++
#include "common.h"
|
|
|
|
#include "CustomSoundTrack.h"
|
|
|
|
// TODO - implement
|
|
|
|
template<>
|
|
cCustomSoundTrack* base::cSingleton<cCustomSoundTrack>::mspInstance = nil;
|
|
|
|
cCustomSoundTrack::cCustomSoundTrack() :
|
|
m_bIsPlaying(false)
|
|
{}
|