This commit is contained in:
2018-07-31 10:50:06 -04:00
parent c040135305
commit 58fa6f0503
45 changed files with 504 additions and 295 deletions
@@ -98,12 +98,12 @@ void cSound::setLoops( const long int loops /*= -1*/ )
}
///Gets
const cString cSound::getDir() const
const cString& cSound::getDir() const
{
return m_dir;
}
const cString cSound::getFileName() const
const cString& cSound::getFileName() const
{
return m_fileName;
}