Home
last modified time | relevance | path

Searched refs:m_lang_code (Results 1 – 1 of 1) sorted by relevance

/dports/games/minetest/minetest-5.4.1/src/
H A Dclientiface.h343 void setLangCode(const std::string &code) { m_lang_code = code; } in setLangCode()
344 const std::string &getLangCode() const { return m_lang_code; } in getLangCode()
360 std::string m_lang_code; variable