use RageSoundBase
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
#include "RageThreads.h"
|
#include "RageThreads.h"
|
||||||
|
|
||||||
class RageSound;
|
class RageSound;
|
||||||
|
class RageSoundBase;
|
||||||
class RageSoundDriver;
|
class RageSoundDriver;
|
||||||
|
|
||||||
class RageSoundManager
|
class RageSoundManager
|
||||||
@@ -16,7 +17,7 @@ class RageSoundManager
|
|||||||
set<RageSound *> owned_sounds;
|
set<RageSound *> owned_sounds;
|
||||||
|
|
||||||
/* Set of sounds that are finished and should be deleted. */
|
/* Set of sounds that are finished and should be deleted. */
|
||||||
set<RageSound *> sounds_to_delete;
|
set<RageSoundBase *> sounds_to_delete;
|
||||||
|
|
||||||
RageSoundDriver *driver;
|
RageSoundDriver *driver;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user