diff options
Diffstat (limited to 'src/net/eathena/playerrecv.h')
-rw-r--r-- | src/net/eathena/playerrecv.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/net/eathena/playerrecv.h b/src/net/eathena/playerrecv.h index eb611e5a6..4f55d7ae1 100644 --- a/src/net/eathena/playerrecv.h +++ b/src/net/eathena/playerrecv.h @@ -32,7 +32,9 @@ namespace EAthena { namespace PlayerRecv { - void processPlayerShortcuts(Net::MessageIn &msg); + void processPlayerShortcuts1(Net::MessageIn &msg); + void processPlayerShortcuts2(Net::MessageIn &msg); + void processPlayerShortcuts3(Net::MessageIn &msg); void processPlayerShowEquip(Net::MessageIn &msg); void processPlayerStatUpdate5(Net::MessageIn &msg); void processPlayerGetExp(Net::MessageIn &msg); |