1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-26 15:47:37 +00:00
re3/src/audio/SampleManager.h

12 lines
201 B
C
Raw Normal View History

2019-06-15 22:20:55 +00:00
#pragma once
class CSampleManager {
public:
static uint32 &nNumOfMp3Files;
public:
2019-06-30 21:58:24 +00:00
void ReleaseDigitalHandle();
static bool IsMP3RadioChannelAvailable();
2019-06-15 22:20:55 +00:00
};
extern CSampleManager &cSampleManager;