fix errors
This commit is contained in:
@@ -1,6 +1,16 @@
|
||||
|
||||
local ffi = FFI
|
||||
|
||||
ffi.cdef[[
|
||||
struct Net {
|
||||
int in_queue;
|
||||
int num_out_ports_on;
|
||||
int state;
|
||||
int update_tick;
|
||||
struct Gate* gates_update[0];
|
||||
};
|
||||
]]
|
||||
|
||||
Group = {}
|
||||
|
||||
function Group.new()
|
||||
|
||||
Reference in New Issue
Block a user