blob: bcbfb82f74936e0321163b697d3bf328e3db0717 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#include "common.h"
#include "CustomSoundTrack.h"
// TODO - implement
cCustomSoundTrack* base::cSingleton<cCustomSoundTrack>::mspInstance = nil;
cCustomSoundTrack::cCustomSoundTrack() :
m_bIsPlaying(false)
{}
|