fix ffi absent in gatedef
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
|
||||
local ffi = FFI or require("ffi")
|
||||
|
||||
GateDefinition = {
|
||||
ports = {},
|
||||
logic = function(gate) end,
|
||||
|
Reference in New Issue
Block a user