From b01393cd33eeab94a97c857a1f7c6c0d73757c63 Mon Sep 17 00:00:00 2001 From: Tobi Date: Sun, 25 Jul 2021 10:28:01 +0200 Subject: [PATCH] Update sound.hpp --- sound.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sound.hpp b/sound.hpp index 75d7afb..467e8b7 100644 --- a/sound.hpp +++ b/sound.hpp @@ -7,10 +7,10 @@ class sound { public: /** - Construct new Soundeffect - path: Path to the .wav file - channel: the channel 1-23 - toloop: true:loop the sound, false: don't loop + * Construct new Soundeffect + * path: Path to the .wav file + * channel: the channel 1-23 + * toloop: true:loop the sound, false: don't loop */ sound(const std::string& path, int channel = 1, bool toloop = false); /** deconstruct the sound */