ManaPlus
Macros
protocoloutdefine.h File Reference

(986a3bf)

Go to the source code of this file.

Macros

#define packet(name, id, sz, comment)   int name = id
 
#define packet2(name, id, sz, comment)   int name = id + evolPacketOffset
 
#define PROTOCOLOUT_VOID
 

Macro Definition Documentation

◆ packet

#define packet (   name,
  id,
  sz,
  comment 
)    int name = id

Definition at line 25 of file protocoloutdefine.h.

◆ packet2

#define packet2 (   name,
  id,
  sz,
  comment 
)    int name = id + evolPacketOffset

Definition at line 26 of file protocoloutdefine.h.

◆ PROTOCOLOUT_VOID

#define PROTOCOLOUT_VOID

Definition at line 27 of file protocoloutdefine.h.