LuPPC/src/lua/core/computer.lua
2016-01-06 16:58:05 +01:00

13 lines
171 B
Lua

local computer = {}
local api = {}
computer.api = api
function computer.prepare( ... )
end
function api.pushSignal(...)
--FIXME: ASAP: Implement
end
return computer