Basic functions to receive and send Content packets. More...
#include "../../stdafx.h"
#include "tcp_content.h"
Go to the source code of this file.
Defines | |
#define | CONTENT_COMMAND(type) case type: return this->NetworkPacketReceive_ ## type ## _command(p); break; |
Defines a simple (switch) case for each network packet. |
Basic functions to receive and send Content packets.
Definition in file tcp_content.cpp.
#define CONTENT_COMMAND | ( | type | ) | case type: return this->NetworkPacketReceive_ ## type ## _command(p); break; |
Defines a simple (switch) case for each network packet.
type | the packet type to create the case for |
Definition at line 102 of file tcp_content.cpp.