refactor: complete 'lua' namespace use

This commit is contained in:
MihailRis
2024-06-11 13:51:11 +03:00
parent 90bc86408b
commit 913e5983b1
26 changed files with 370 additions and 359 deletions
+1 -1
View File
@@ -24,6 +24,6 @@ extern const luaL_Reg tomllib [];
extern const luaL_Reg worldlib [];
// Lua Overrides
extern int l_print(lua_State* L);
extern int l_print(lua::State* L);
#endif // LOGIC_SCRIPTING_API_LUA_HPP_