mirror of
https://github.com/td512/re3.git
synced 2026-01-18 15:36:44 +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; |