function love.conf(t)
t.version = "0.9.0"
t.window.width = 640
t.window.height = 480
t.window.title = "sfxr.lua Demo"
end