From a8a3271470299820c5322523dc439415bc1ff8a0 Mon Sep 17 00:00:00 2001 From: Ciaran Gultnieks Date: Sun, 22 May 2011 21:09:12 +0100 Subject: Added the ability to change your password (via pause menu) --HG-- extra : rebase_source : e8ec407f60711d42d33be4811b2880088f617b5b --- src/utility.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/utility.h') diff --git a/src/utility.h b/src/utility.h index f32dc3acf..c7513e94d 100644 --- a/src/utility.h +++ b/src/utility.h @@ -2112,6 +2112,7 @@ protected: float m_accumulator; }; +std::string translatePassword(std::string playername, std::wstring password); #endif -- cgit v1.2.3