From 4c8d764d171ec77ff626cec273c44ec7e7a995fc Mon Sep 17 00:00:00 2001 From: frosty Date: Wed, 16 Sep 2026 16:32:06 -0400 Subject: init: init --- src/Logger/LuaLogger.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/Logger/LuaLogger.h (limited to 'src/Logger/LuaLogger.h') diff --git a/src/Logger/LuaLogger.h b/src/Logger/LuaLogger.h new file mode 100644 index 0000000..98c9a8f --- /dev/null +++ b/src/Logger/LuaLogger.h @@ -0,0 +1,8 @@ +#ifndef YAPSSG_LUA_LOGGER_H +#define YAPSSG_LUA_LOGGER_H + +#include + +void lua_logger_register(lua_State *lua); + +#endif -- cgit v1.3