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