summaryrefslogtreecommitdiff
path: root/src/utility.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-05-23 00:12:24 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-05-23 00:12:24 +0300
commite1a2b8f600ff9845ecff0f06c85d4d2c29970414 (patch)
tree6b948bf2bb238232f2d6faea84b70bafb8eaae89 /src/utility.h
parent4a6b9a6ac1b07239474bce8d3ebf772ce75e862e (diff)
parenta8a3271470299820c5322523dc439415bc1ff8a0 (diff)
downloadminetest-e1a2b8f600ff9845ecff0f06c85d4d2c29970414.tar.gz
minetest-e1a2b8f600ff9845ecff0f06c85d4d2c29970414.tar.bz2
minetest-e1a2b8f600ff9845ecff0f06c85d4d2c29970414.zip
merged password change menu
Diffstat (limited to 'src/utility.h')
-rw-r--r--src/utility.h1
1 files changed, 1 insertions, 0 deletions
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