mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2025-01-09 13:34:08 +00:00
11 lines
171 B
C++
11 lines
171 B
C++
#pragma once
|
|
|
|
class CSampleManager {
|
|
public:
|
|
static uint32 &nNumOfMp3Files;
|
|
|
|
public:
|
|
static bool IsMP3RadioChannelAvailable();
|
|
};
|
|
|
|
extern CSampleManager &cSampleManager; |