mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
7 lines
173 B
C++
7 lines
173 B
C++
|
|
|
|
#define E(x) static void Encode_##x(EQApplicationPacket **p, std::shared_ptr<EQStream> dest, bool ack_req);
|
|
#define D(x) static void Decode_##x(EQApplicationPacket *p);
|
|
|
|
|