From d62326ee93521de490e5bc8d37bf234111187e20 Mon Sep 17 00:00:00 2001 From: dacctal Date: Thu, 20 Aug 2026 10:51:26 +0000 Subject: barebones update functionality --- include/lua_state.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/lua_state.h') diff --git a/include/lua_state.h b/include/lua_state.h index 97740e7..0caf62f 100644 --- a/include/lua_state.h +++ b/include/lua_state.h @@ -14,6 +14,8 @@ bool init_lua_config(void); void free_lua_state(void); void free_lua_config(void); +bool config_hook_on_update(void); + #define lua_get_field_type(name, type, file, pop_num) \ do { \ lua_getfield(L, -1, name); \ -- cgit v1.2.3