From dc7e4527e88ed0c59e17c0ff04c01e1c92136e42 Mon Sep 17 00:00:00 2001 From: amelia squires Date: Mon, 14 Apr 2025 14:03:08 -0500 Subject: config change, local support, overall fixes --- src/table.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/table.h') diff --git a/src/table.h b/src/table.h index 704c917..a37dafc 100644 --- a/src/table.h +++ b/src/table.h @@ -1,6 +1,7 @@ #include "lua.h" #include "util.h" #include "sort.h" +#include "config.h" #include void i_shuffle(double*, size_t); @@ -46,3 +47,7 @@ static const luaL_Reg array_function_list [] = { {NULL,NULL} }; + +static struct config array_config[] = { + {.type = c_none} +}; -- cgit v1.2.3