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
@@ -45,4 +45,6 @@ extern const luaL_Reg transformlib [];
// Lua Overrides
extern int l_print(lua::State* L);
void initialize_libs_extends(lua::State* L);
#endif // LOGIC_SCRIPTING_API_LUA_HPP_