mirror of
https://github.com/photonstorm/phaser
synced 2024-12-19 09:34:02 +00:00
12 lines
231 B
JavaScript
12 lines
231 B
JavaScript
// Phaser.Sound
|
|
|
|
module.exports = {
|
|
|
|
Dynamic: require('./dynamic'),
|
|
|
|
BaseSoundManager: require('./BaseSoundManager'),
|
|
WebAudioSoundManager: require('./WebAudioSoundManager'),
|
|
|
|
BaseSound: require('./BaseSound')
|
|
|
|
};
|