mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2025-01-11 11:29:09 +01:00
-lets hope thats the f*cking last time I fixed that bg music
This commit is contained in:
parent
7bb706c405
commit
d014d1e474
@ -61,7 +61,6 @@ private:
|
||||
CVideo &m_vid;
|
||||
CCursor m_cursor[WPAD_MAX_WIIMOTES];
|
||||
CButtonsMgr m_btnMgr;
|
||||
MusicPlayer *m_music;
|
||||
CCoverFlow m_cf;
|
||||
CFanart m_fa;
|
||||
CachedList<dir_discHdr> m_gameList;
|
||||
|
@ -2,6 +2,8 @@
|
||||
|
||||
using namespace std;
|
||||
|
||||
MusicPlayer *m_music;
|
||||
|
||||
MusicPlayer::MusicPlayer()
|
||||
{
|
||||
m_music = NULL;
|
||||
|
@ -57,4 +57,6 @@ private:
|
||||
u32 *m_songCount;
|
||||
};
|
||||
|
||||
extern MusicPlayer *m_music;
|
||||
|
||||
#endif
|
Loading…
x
Reference in New Issue
Block a user