diff options
Diffstat (limited to 'src/net/eathena/auctionhandler.h')
-rw-r--r-- | src/net/eathena/auctionhandler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/eathena/auctionhandler.h b/src/net/eathena/auctionhandler.h index b7e797cc6..2f2d11894 100644 --- a/src/net/eathena/auctionhandler.h +++ b/src/net/eathena/auctionhandler.h @@ -35,6 +35,9 @@ class AuctionHandler final : public MessageHandler, public Net::AuctionHandler A_DELETE_COPY(AuctionHandler) void handleMessage(Net::MessageIn &msg) override final; + + protected: + void processOpenWindow(Net::MessageIn &msg); }; } // namespace EAthena |