mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-25 18:46:52 +01:00
13 lines
231 B
C++
13 lines
231 B
C++
#pragma once
|
|
|
|
class CSampleManager {
|
|
public:
|
|
static uint32 &nNumOfMp3Files;
|
|
|
|
public:
|
|
void ReleaseDigitalHandle();
|
|
void RequireDigitalHandle();
|
|
static bool IsMP3RadioChannelAvailable();
|
|
};
|
|
|
|
extern CSampleManager &cSampleManager; |