From 4c8d764d171ec77ff626cec273c44ec7e7a995fc Mon Sep 17 00:00:00 2001 From: frosty Date: Wed, 16 Sep 2026 16:32:06 -0400 Subject: init: init --- src/LuaEngine/LuaEngine.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/LuaEngine/LuaEngine.h (limited to 'src/LuaEngine/LuaEngine.h') diff --git a/src/LuaEngine/LuaEngine.h b/src/LuaEngine/LuaEngine.h new file mode 100644 index 0000000..bd035b9 --- /dev/null +++ b/src/LuaEngine/LuaEngine.h @@ -0,0 +1,8 @@ +#ifndef YAPSSG_LUA_ENGINE_H +#define YAPSSG_LUA_ENGINE_H + +#include + +int process_html_document(htmlDocPtr document, const char *input_path); + +#endif -- cgit v1.3