mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-17 00:39:00 +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;
|