J :
* Add a method to abstract the file size.
This commit is contained in:
@@ -48,6 +48,11 @@ JSample::~JSample()
|
||||
releaseWaveData(mSample);
|
||||
}
|
||||
|
||||
unsigned long JSample;:fileSize()
|
||||
{
|
||||
return mSample->fileSize;
|
||||
}
|
||||
|
||||
JSoundSystem* JSoundSystem::mInstance = NULL;
|
||||
|
||||
JSoundSystem* JSoundSystem::GetInstance()
|
||||
|
||||
Reference in New Issue
Block a user