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