move lua libs to /logic/scripting/lua/libs
This commit is contained in:
parent
d31a935009
commit
736fdbf964
@ -3,7 +3,7 @@
|
||||
#include <exception>
|
||||
#include <string>
|
||||
|
||||
#include "lua_util.hpp"
|
||||
#include "../lua_util.hpp"
|
||||
|
||||
/// Definitions can be found in local .cpp files
|
||||
/// having same names as declarations
|
||||
@ -7,7 +7,7 @@
|
||||
#include "world/generator/VoxelFragment.hpp"
|
||||
#include "content/ContentLoader.hpp"
|
||||
#include "engine.hpp"
|
||||
#include "lua_custom_types.hpp"
|
||||
#include "../lua_custom_types.hpp"
|
||||
|
||||
using namespace scripting;
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
|
||||
#include "debug/Logger.hpp"
|
||||
#include "util/stringutil.hpp"
|
||||
#include "api_lua.hpp"
|
||||
#include "libs/api_lua.hpp"
|
||||
#include "lua_custom_types.hpp"
|
||||
|
||||
static debug::Logger logger("lua-state");
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#include <iostream>
|
||||
|
||||
#include "api_lua.hpp"
|
||||
#include "libs/api_lua.hpp"
|
||||
#include "debug/Logger.hpp"
|
||||
|
||||
static debug::Logger logger("lua-debug");
|
||||
|
||||
@ -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) {
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
#include "files/files.hpp"
|
||||
#include "frontend/hud.hpp"
|
||||
#include "objects/Player.hpp"
|
||||
#include "lua/api_lua.hpp"
|
||||
#include "lua/libs/api_lua.hpp"
|
||||
#include "lua/lua_engine.hpp"
|
||||
#include "scripting.hpp"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user