This commit is contained in:
0x81c 2015-03-11 20:11:29 -04:00
commit b4905845e6
148 changed files with 30049 additions and 0 deletions

11
input.lua Normal file
View file

@ -0,0 +1,11 @@
local input = {}
function input:handler()
end
function input:moveIsPressed()
end
return input