summaryrefslogtreecommitdiff
path: root/src/net/eathena/gamerecv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/gamerecv.h')
-rw-r--r--src/net/eathena/gamerecv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/gamerecv.h b/src/net/eathena/gamerecv.h
index 8b83d4d36..9df03e040 100644
--- a/src/net/eathena/gamerecv.h
+++ b/src/net/eathena/gamerecv.h
@@ -36,6 +36,7 @@ namespace EAthena
void processMapLogin(Net::MessageIn &msg);
void processServerTick(Net::MessageIn &msg);
void processMapAuthRefuse(Net::MessageIn &msg);
+ void processPing2(Net::MessageIn &msg);
} // namespace GameRecv
} // namespace EAthena