Added SoundEvent class to index.js

This commit is contained in:
Pavle Goloskokovic 2017-12-22 15:47:37 +01:00
parent e36e18977e
commit aad8dea41b

View file

@ -10,6 +10,7 @@ module.exports = {
BaseSoundManager: require('./BaseSoundManager'), BaseSoundManager: require('./BaseSoundManager'),
WebAudioSound: require('./webaudio/WebAudioSound'), WebAudioSound: require('./webaudio/WebAudioSound'),
WebAudioSoundManager: require('./webaudio/WebAudioSoundManager') WebAudioSoundManager: require('./webaudio/WebAudioSoundManager'),
SoundEvent: require('./SoundEvent')
}; };