diff options
Diffstat (limited to 'src/net/tmwa/playerrecv.h')
-rw-r--r-- | src/net/tmwa/playerrecv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/tmwa/playerrecv.h b/src/net/tmwa/playerrecv.h index fb4998028..4a49f0254 100644 --- a/src/net/tmwa/playerrecv.h +++ b/src/net/tmwa/playerrecv.h @@ -34,6 +34,7 @@ namespace TmwAthena { void processPlayerStatUpdate5(Net::MessageIn &msg); void processWalkResponse(Net::MessageIn &msg); + void processOnlineList(Net::MessageIn &msg); } // namespace PlayerRecv } // namespace TmwAthena |