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

11 lines
171 B
C
Raw Normal View History

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