SDK/Lua: Move binding files to NDK/Lua directory

This commit is contained in:
Lynix
2016-11-24 23:48:07 +01:00
parent 7f143e41f8
commit 6160886785
23 changed files with 29 additions and 29 deletions

View File

@@ -152,7 +152,7 @@ namespace Ndk
windowDimensions.MakeZero();
overlay->console = std::make_unique<Console>(*info.overlayWorld, Nz::Vector2f(windowDimensions), overlay->lua);
Console& consoleRef = *overlay->console;
// Redirect logs toward the console
@@ -248,4 +248,4 @@ namespace Ndk
#endif
Application* Application::s_application = nullptr;
}
}

View File

@@ -1,6 +1,6 @@
// This file was automatically generated on 26 May 2014 at 01:05:31
#include <NDK/LuaBinding.hpp>
#include <NDK/Lua/LuaBinding.hpp>
namespace Ndk
{

View File

@@ -1,6 +1,6 @@
// This file was automatically generated on 26 May 2014 at 01:05:31
#include <NDK/LuaBinding_Audio.hpp>
#include <NDK/Lua/LuaBinding_Audio.hpp>
#include <Nazara/Core/MemoryHelper.hpp>
#include <NDK/LuaAPI.hpp>

View File

@@ -1,6 +1,6 @@
// This file was automatically generated on 26 May 2014 at 01:05:31
#include <NDK/LuaBinding_Base.hpp>
#include <NDK/Lua/LuaBinding_Base.hpp>
namespace Ndk
{

View File

@@ -1,6 +1,6 @@
// This file was automatically generated on 26 May 2014 at 01:05:31
#include <NDK/LuaBinding_Core.hpp>
#include <NDK/Lua/LuaBinding_Core.hpp>
#include <Nazara/Core/MemoryHelper.hpp>
#include <NDK/LuaAPI.hpp>

View File

@@ -1,7 +1,7 @@
// This file is part of the "Nazara Development Kit"
// For conditions of distribution and use, see copyright notice in Prerequesites.hpp
#include <NDK/LuaBinding_Graphics.hpp>
#include <NDK/Lua/LuaBinding_Graphics.hpp>
#include <NDK/LuaAPI.hpp>
namespace Ndk

View File

@@ -1,6 +1,6 @@
// This file was automatically generated on 26 May 2014 at 01:05:31
#include <NDK/LuaBinding_Math.hpp>
#include <NDK/Lua/LuaBinding_Math.hpp>
#include <Nazara/Core/MemoryHelper.hpp>
#include <NDK/LuaAPI.hpp>
#include <cstring>

View File

@@ -1,6 +1,6 @@
// This file was automatically generated on 26 May 2014 at 01:05:31
#include <NDK/LuaBinding_Network.hpp>
#include <NDK/Lua/LuaBinding_Network.hpp>
#include <NDK/LuaAPI.hpp>
namespace Ndk

View File

@@ -2,10 +2,10 @@
// This file is part of the "Nazara Development Kit"
// For conditions of distribution and use, see copyright notice in Prerequesites.hpp
#include <NDK/LuaBinding_Renderer.hpp>
#include <NDK/Lua/LuaBinding_Renderer.hpp>
#include <NDK/LuaAPI.hpp>
#include <NDK/LuaBinding.hpp>
#include <NDK/LuaBinding_Utility.hpp>
#include <NDK/Lua/LuaBinding.hpp>
#include <NDK/Lua/LuaBinding_Utility.hpp>
namespace Ndk
{

View File

@@ -2,13 +2,13 @@
// This file is part of the "Nazara Development Kit"
// For conditions of distribution and use, see copyright notice in Prerequesites.hpp
#include <NDK/LuaBinding_SDK.hpp>
#include <NDK/Lua/LuaBinding_SDK.hpp>
#include <NDK/LuaAPI.hpp>
#include <NDK/LuaBinding.hpp>
#include <NDK/LuaBinding_Utility.hpp>
#include <NDK/Lua/LuaBinding.hpp>
#include <NDK/Lua/LuaBinding_Utility.hpp>
#ifndef NDK_SERVER
#include <NDK/LuaBinding_Graphics.hpp>
#include <NDK/Lua/LuaBinding_Graphics.hpp>
#endif
namespace Ndk

View File

@@ -1,7 +1,7 @@
// This file is part of the "Nazara Development Kit"
// For conditions of distribution and use, see copyright notice in Prerequesites.hpp
#include <NDK/LuaBinding_Utility.hpp>
#include <NDK/Lua/LuaBinding_Utility.hpp>
#include <NDK/LuaAPI.hpp>
namespace Ndk

View File

@@ -2,7 +2,7 @@
#include <NDK/LuaAPI.hpp>
#include <Nazara/Core/ErrorFlags.hpp>
#include <NDK/LuaBinding.hpp>
#include <NDK/Lua/LuaBinding.hpp>
namespace Ndk
{