aboutsummaryrefslogtreecommitdiff
path: root/src/Logger/LuaLogger.h
diff options
context:
space:
mode:
authorfrosty <gabriel@bwaaa.monster>2026-09-16 16:32:06 -0400
committerfrosty <gabriel@bwaaa.monster>2026-09-16 16:32:06 -0400
commit4c8d764d171ec77ff626cec273c44ec7e7a995fc (patch)
treedc36193e611ece53c8f7e74d1dea71f8d9e7004e /src/Logger/LuaLogger.h
downloadyapssg-4c8d764d171ec77ff626cec273c44ec7e7a995fc.tar.gz
init: initHEADmaster
Diffstat (limited to 'src/Logger/LuaLogger.h')
-rw-r--r--src/Logger/LuaLogger.h8
1 files changed, 8 insertions, 0 deletions
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 <lua.h>
+
+void lua_logger_register(lua_State *lua);
+
+#endif