diff options
Diffstat (limited to 'src/net/eathena/beingrecv.h')
-rw-r--r-- | src/net/eathena/beingrecv.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/eathena/beingrecv.h b/src/net/eathena/beingrecv.h index ed51f1b4e..0c26d07b7 100644 --- a/src/net/eathena/beingrecv.h +++ b/src/net/eathena/beingrecv.h @@ -115,6 +115,10 @@ namespace EAthena const BeingId id, const int16_t job, const BeingType::BeingType beingType); + void applyPlayerAction(Net::MessageIn &msg, + Being *const being, + const uint8_t type); + } // namespace BeingRecv } // namespace EAthena |