From 27efea7d495fdf755f7e94edb1f39103b6f8f072 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 14 Sep 2014 12:45:55 +0300 Subject: Move setCharCreateDialog from ea namespace into eathena and tmwa. --- src/net/eathena/charserverhandler.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/net/eathena/charserverhandler.h') diff --git a/src/net/eathena/charserverhandler.h b/src/net/eathena/charserverhandler.h index d14c82cb7..cd14660ed 100644 --- a/src/net/eathena/charserverhandler.h +++ b/src/net/eathena/charserverhandler.h @@ -68,6 +68,14 @@ class CharServerHandler final : public MessageHandler, void setNewPincode(const std::string &pin) override final; + /** + * Sets the character create dialog. The handler will clean up this + * dialog when a new character is succesfully created, and will unlock + * the dialog when a new character failed to be created. + */ + void setCharCreateDialog(CharCreateDialog *const window) + override final; + protected: void readPlayerData(Net::MessageIn &msg, Net::Character *const character, -- cgit v1.2.3-70-g09d2