multi/compattest.lua
Ryan f072c2cfde Updated lanes intergration
It is now at a point where I feel okay with documenting.
2017-06-22 11:32:50 -04:00

8 lines
193 B
Lua

package.path="?/init.lua;"..package.path
require("multi.all")
require("multi.compat.backwards[1,5,0]")
multi:newLoop(function(dt,self)
print(dt)
end)
multi:mainloop() -- start the main runner