mirror of
https://github.com/halpz/re3.git
synced 2025-02-25 18:52:12 +00:00
11 lines
164 B
C++
11 lines
164 B
C++
#pragma once
|
|
|
|
class CSampleManager {
|
|
public:
|
|
static uint32 &nNumOfMp3Files;
|
|
|
|
public:
|
|
bool IsMP3RadioChannelAvailable();
|
|
};
|
|
|
|
extern CSampleManager &cSampleManager; |