Sdk/LuaBinding: Bind UdpSocket

This commit is contained in:
Jérôme Leclercq
2017-05-18 11:44:28 +02:00
parent 3b7881ebfe
commit 09bace0f28
5 changed files with 63 additions and 12 deletions

View File

@@ -9,6 +9,7 @@
#include <Nazara/Network/AbstractSocket.hpp>
#include <Nazara/Network/IpAddress.hpp>
#include <Nazara/Network/UdpSocket.hpp>
#include <NDK/Lua/LuaBinding_Base.hpp>
namespace Ndk
@@ -23,6 +24,7 @@ namespace Ndk
Nz::LuaClass<Nz::AbstractSocket> abstractSocket;
Nz::LuaClass<Nz::IpAddress> ipAddress;
Nz::LuaClass<Nz::UdpSocket> udpSocket;
};
}