Merge remote-tracking branch 'refs/remotes/origin/master' into enet_wip_nothing_to_see_here
This commit is contained in:
commit
df5d22eb30
|
|
@ -17,6 +17,12 @@
|
|||
|
||||
namespace Nz
|
||||
{
|
||||
/*!
|
||||
* \ingroup network
|
||||
* \class Nz::UdpSocket
|
||||
* \brief Network class that represents a UDP socket, allowing for sending/receiving datagrams.
|
||||
*/
|
||||
|
||||
/*!
|
||||
* \brief Binds a specific IpAddress
|
||||
* \return State of the socket
|
||||
|
|
|
|||
Loading…
Reference in New Issue