mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 09:31:30 +00:00
7 lines
157 B
C
7 lines
157 B
C
|
|
|
|
#define E(x) static void Encode_##x(EQApplicationPacket **p, EQStream *dest, bool ack_req);
|
|
#define D(x) static void Decode_##x(EQApplicationPacket *p);
|
|
|
|
|