sound callback ok

This commit is contained in:
arthur.jamet
2021-06-09 15:54:28 +02:00
parent 6f0ecbf3bd
commit 52bd28a830
3 changed files with 37 additions and 10 deletions
+8 -2
View File
@@ -42,10 +42,16 @@ namespace BBM
void pauseSound();
//! @brief set Sound volume
void setVolume(float &);
void setVolume(float);
//! @brief volume -= 0.1
void turnDownVolume();
//! @brief volume += 0.1
void turnUpVolume();
//! @brief set pitch volume
void setPitch(float &);
void setPitch(float);
//! @brief is Sound playing
bool isPlaying();