add logging functions to the library 'debug'

This commit is contained in:
MihailRis
2024-07-16 12:32:00 +03:00
parent d5877a342f
commit 0df5d34e04
4 changed files with 45 additions and 4 deletions
+2
View File
@@ -97,6 +97,8 @@ void lua::initialize() {
createtable(L, 0, 0);
setglobal(L, CHUNKS_TABLE);
initialize_libs_extends(L);
newusertype<Bytearray, Bytearray::createMetatable>(L, "bytearray");
}