Remove client/default.lua

This commit is contained in:
Perttu Ahola 2014-09-21 00:47:50 +03:00
parent 81c6876703
commit 1d6876c79f

View File

@ -1,15 +0,0 @@
-- Buildat: client/default.lua
-- Globals that may or may not be overridden by things loaded later
function __buildat_key_down(key)
end
function __buildat_key_up(key)
end
function __buildat_mouse_move(x, y)
end
function __buildat_mouse_down(button, x, y)
end
function __buildat_mouse_up(button, x, y)
end