add logging functions to the library 'debug'
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user