|
ManaPlus
|
Go to the documentation of this file.
22 #ifndef NET_PROTOCOLOUTDEFINE_H
23 #define NET_PROTOCOLOUTDEFINE_H
25 #define packet(name, id, sz, comment) int name = id
26 #define packet2(name, id, sz, comment) int name = id + evolPacketOffset
27 #define PROTOCOLOUT_VOID