Clean Up
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -53,9 +53,9 @@ namespace AudioEngine {
|
||||
|
||||
///Gets
|
||||
/* Gets the directory of the sound */
|
||||
const cString getDir() const;
|
||||
const cString& getDir() const;
|
||||
/* Gets the file name of the sound */
|
||||
const cString getFileName() const;
|
||||
const cString& getFileName() const;
|
||||
/* Gets the Volume of the sound */
|
||||
const unsigned char getVolume() const;
|
||||
/* Gets the Distance of the sound */
|
||||
|
||||
Reference in New Issue
Block a user