diff options
| author | dacctal <donotcontactmevia@email.invalid> | 2026-08-20 10:51:26 +0000 |
|---|---|---|
| committer | dacctal <donotcontactmevia@email.invalid> | 2026-08-20 10:51:26 +0000 |
| commit | d62326ee93521de490e5bc8d37bf234111187e20 (patch) | |
| tree | 8d270aa3b737af47871bfb47937b17154e81f4f9 /include/lua_state.h | |
| parent | 51983b47b22db7bf819e9880caa2b72bdb8c9942 (diff) | |
barebones update functionality
Diffstat (limited to 'include/lua_state.h')
| -rw-r--r-- | include/lua_state.h | 2 |
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); \ |
