diff options
Diffstat (limited to '')
-rw-r--r-- | source/PacketID.h | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/source/PacketID.h b/source/PacketID.h index f11688284..249760d3c 100644 --- a/source/PacketID.h +++ b/source/PacketID.h @@ -1,5 +1,10 @@ + #pragma once + + + + //tolua_begin enum ENUM_PACKET_ID { @@ -56,6 +61,10 @@ enum ENUM_PACKET_ID E_PLAYER_LIST_ITEM = 0xC9, E_PLAYER_ABILITIES = 0xca, // since 1.2.4, protocol version 29 E_PING = 0xfe, - E_DISCONNECT = 0xff, -}; + E_DISCONNECT = 0xff +} ; //tolua_end + + + + |