From ed78991edc4755c0276dcb4eb454b43fa38296fc Mon Sep 17 00:00:00 2001 From: dacctal Date: Fri, 3 Apr 2026 14:56:05 +0000 Subject: countless changes --- include/lua_build.hh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 include/lua_build.hh (limited to 'include/lua_build.hh') diff --git a/include/lua_build.hh b/include/lua_build.hh new file mode 100644 index 0000000..1a7df06 --- /dev/null +++ b/include/lua_build.hh @@ -0,0 +1,10 @@ +#ifndef LUA_BUILD +#define LUA_BUILD + +#include +#include +#include + +bool lua_build(const char *path); + +#endif -- cgit v1.2.3