mirror of
https://github.com/halpz/re3.git
synced 2025-02-25 10:42:12 +00:00
9 lines
121 B
C++
9 lines
121 B
C++
#pragma once
|
|
|
|
class cMusicManager
|
|
{
|
|
public:
|
|
void DisplayRadioStationName(void);
|
|
};
|
|
extern cMusicManager &MusicManager;
|