* Add a method to abstract the file size.
This commit is contained in:
jean.chalard
2010-02-02 09:11:44 +00:00
parent 02e3932017
commit 4f0a264146
3 changed files with 14 additions and 0 deletions

View File

@@ -48,6 +48,11 @@ JSample::~JSample()
releaseWaveData(mSample);
}
unsigned long JSample;:fileSize()
{
return mSample->fileSize;
}
JSoundSystem* JSoundSystem::mInstance = NULL;
JSoundSystem* JSoundSystem::GetInstance()