mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-02 02:05:25 +00:00
add map for SoundSystem and fix error in MusicComponent
This commit is contained in:
@@ -45,7 +45,7 @@ namespace BBM
|
||||
void setPitch(float &);
|
||||
|
||||
//! @brief is Sound playing
|
||||
bool isPlaying(void);
|
||||
bool isPlaying();
|
||||
|
||||
//! @inherit
|
||||
WAL::Component *clone(WAL::Entity &entity) const override;
|
||||
|
||||
Reference in New Issue
Block a user