Basic functions to receive and send UDP packets. More...
#include "../../stdafx.h"
#include "../../date_func.h"
#include "../../debug.h"
#include "udp.h"
Go to the source code of this file.
Defines | |
#define | UDP_COMMAND(type) case type: this->NetworkPacketReceive_ ## type ## _command(p, client_addr); break; |
Defines a simple (switch) case for each network packet. |
Basic functions to receive and send UDP packets.
Definition in file udp.cpp.