Added hover and click sounds. Cleanup in SoundSystem.

This commit is contained in:
Stiffly
2015-10-15 11:43:10 +02:00
parent 816ff6a8e1
commit bb23d5a8c4
6 changed files with 30 additions and 10 deletions
+1
View File
@@ -14,6 +14,7 @@ class Sound : public Resource
friend class ResourceManager;
public:
~Sound();
ALuint Buffer() { return m_Buffer; };
std::string Path() { return m_Path; };
float Gain() { return m_Gain; };