2
0
Fork 0
mirror of https://github.com/photonstorm/phaser synced 2024-12-19 09:34:02 +00:00
phaser/v3/src/sound/index.js
2017-11-14 16:00:24 +01:00

12 lines
231 B
JavaScript

// Phaser.Sound
module.exports = {
Dynamic: require('./dynamic'),
BaseSoundManager: require('./BaseSoundManager'),
WebAudioSoundManager: require('./WebAudioSoundManager'),
BaseSound: require('./BaseSound')
};