mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-17 01:49:01 +00:00
9 lines
121 B
C
9 lines
121 B
C
|
#pragma once
|
||
|
|
||
|
class cMusicManager
|
||
|
{
|
||
|
public:
|
||
|
void DisplayRadioStationName(void);
|
||
|
};
|
||
|
extern cMusicManager &MusicManager;
|