summaryrefslogtreecommitdiff
path: root/meta/3rd/example/library/love.lua
blob: b76633a32ee9b0e5a7f55ea1f96029f1e2d63517 (plain)
1
2
3
4
5
6
local m = {}

function m.thisIsAnExampleLibrary()
end

return m