Tooltips: Unify the tooltip[] and list[] description tooltip display functions (...
[oweals/minetest.git] / src / guiPasswordChange.h
index cf81389eb36dedef1a05bcde3fffee6c1c344964..9680ef13da25d7fe08d6c83e22c41c78e4575ca8 100644 (file)
@@ -39,12 +39,17 @@ public:
 
        void drawMenu();
 
-       bool acceptInput();
+       void acceptInput();
+
+       bool processInput();
 
        bool OnEvent(const SEvent &event);
 
 private:
        Client *m_client;
+       std::wstring m_oldpass;
+       std::wstring m_newpass;
+       std::wstring m_newpass_confirm;
 };
 
 #endif