From f1d7a1903e49c75f9965693247e8d102a96b482c Mon Sep 17 00:00:00 2001 From: frosty Date: Wed, 22 Apr 2026 22:30:21 -0400 Subject: misc optimisations and QoL improvements --- include/lua_state.hh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 include/lua_state.hh (limited to 'include/lua_state.hh') diff --git a/include/lua_state.hh b/include/lua_state.hh new file mode 100644 index 0000000..a8dfed8 --- /dev/null +++ b/include/lua_state.hh @@ -0,0 +1,18 @@ +#ifndef LUA_STATE +#define LUA_STATE + +extern "C" { +#include +#include +#include +} + +void init_lua_state(); +void free_lua_state(); +lua_State* get_lua_state(); + +void cache_install_directories(); +void cache_repos(); +void cache_build_systems(); + +#endif \ No newline at end of file -- cgit v1.2.3