move lua libs to /logic/scripting/lua/libs

This commit is contained in:
MihailRis
2024-10-05 00:53:41 +03:00
parent d31a935009
commit 736fdbf964
31 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#include <iostream>
#include "api_lua.hpp"
#include "libs/api_lua.hpp"
/// @brief Modified version of luaB_print from lbaselib.c
int l_print(lua::State* L) {