const
This commit is contained in:
@@ -136,7 +136,7 @@ void RageSound::Unload()
|
|||||||
databuf.clear();
|
databuf.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool RageSound::IsLoaded()
|
bool RageSound::IsLoaded() const
|
||||||
{
|
{
|
||||||
return Sample != NULL;
|
return Sample != NULL;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -97,7 +97,7 @@ public:
|
|||||||
* be set up only if needed. Doesn't fail. */
|
* be set up only if needed. Doesn't fail. */
|
||||||
void LoadSoundReader( SoundReader *pSound );
|
void LoadSoundReader( SoundReader *pSound );
|
||||||
void Unload();
|
void Unload();
|
||||||
bool IsLoaded();
|
bool IsLoaded() const;
|
||||||
|
|
||||||
void StartPlaying();
|
void StartPlaying();
|
||||||
void StopPlaying();
|
void StopPlaying();
|
||||||
|
|||||||
Reference in New Issue
Block a user