functions = {}
-- You can set your sound resource here
functions.playSound = function(source, coords)
exports['ultra-3dsound']:playSound(source,'./burgal.mp3', coords, vec3(0,0,0))
end
functions.stopSound = function(source)
exports['ultra-3dsound']:stopSound(source)
end