aboutsummaryrefslogtreecommitdiff
path: root/include/lua_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lua_state.h')
-rw-r--r--include/lua_state.h2
1 files changed, 2 insertions, 0 deletions
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); \