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
@@ -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 */