Update sound.hpp
This commit is contained in:
parent
e42d1ec20a
commit
560ee65932
@ -11,7 +11,7 @@ public:
|
|||||||
*path: Path to the .wav file
|
*path: Path to the .wav file
|
||||||
*channel: the channel 1-23
|
*channel: the channel 1-23
|
||||||
*toloop: true:loop the sound, false: don't loop
|
*toloop: true:loop the sound, false: don't loop
|
||||||
"/
|
*/
|
||||||
sound(const std::string& path, int channel = 1, bool toloop = false);
|
sound(const std::string& path, int channel = 1, bool toloop = false);
|
||||||
/** deconstruct the sound */
|
/** deconstruct the sound */
|
||||||
~sound();
|
~sound();
|
||||||
|
Loading…
Reference in New Issue
Block a user