LICK/examples/empty_template/main.lua

13 lines
145 B
Lua
Raw Normal View History

2011-03-03 23:56:33 +00:00
require "LICK"
require "LICK/lib"
ez = require "LICK/lib/hlpr"
function love.load()
end
function love.update(dt)
end
function love.draw()
end