diff options
Diffstat (limited to 'src/sound.h')
-rw-r--r-- | src/sound.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sound.h b/src/sound.h index 100c228c1..92c0ab41a 100644 --- a/src/sound.h +++ b/src/sound.h @@ -93,6 +93,8 @@ class Sound : public ConfigListener */ void playSfx(const std::string &path); + void playSfx(const std::string &path, int x, int y); + /** * Plays an item for gui. * |