This repository has been archived on 2020-04-21. You can view files and clone it, but cannot push or open issues or pull requests.

13 lines
215 B
JavaScript

// All available sounds
let sounds = {
}
/**
* Cache all sounds in browser, then notify a callback of success
* @param {function} callback Callback for completion
*/
function preCacheSounds(callback) {
}