Definition in file transport_class.h.
#include "nel/misc/types_nl.h"
#include "nel/misc/stream.h"
#include "nel/misc/entity_id.h"
#include "nel/misc/sheet_id.h"
#include "nel/net/unified_network.h"
#include "nel/net/message.h"
#include <vector>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | NLNET |
Defines | |
#define | TRANSPORT_CLASS_REGISTER(_c) |
|
Value: static _c _c##Instance; \
CTransportClass::registerClass (_c##Instance);
Definition at line 55 of file transport_class.h. |