make music public

This commit is contained in:
Glenn Maynard
2003-01-02 07:53:13 +00:00
parent db041c3900
commit 2b7dad6766
+2 -2
View File
@@ -31,8 +31,6 @@ class RageSoundManager
RageSoundDriver *driver;
RageSound *music;
public:
RageMutex lock;
@@ -58,6 +56,8 @@ public:
void PlayMusic(CString file, bool loop = true, float start_sec = -1, float length_sec = -1);
static void MixAudio(Sint16 *dst, const Sint16 *src, Uint32 len, float volume);
RageSound *music;
};
/* This inputs and outputs 16-bit 44khz stereo input. */