// // SoundUtils.hpp // SteveMaggieCpp // // Created by Katarzyna Kalinowska-Górska on 10.05.2017. // // #ifndef SoundUtils_h #define SoundUtils_h #include #include #include class SoundUtils { public: static unsigned int playRandomSound(std::string soundFolderPath = "", std::vector soundNames = std::vector(), bool stopEffects = true); }; #endif /* SoundUtils_hpp */