fix ffi absent in gatedef

This commit is contained in:
Redo 2022-11-05 12:35:40 -06:00
parent 4d874d4f7f
commit f347d1f17d

View File

@ -1,4 +1,6 @@
local ffi = FFI or require("ffi")
GateDefinition = {
ports = {},
logic = function(gate) end,