mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Move some more sources to shared target
This commit is contained in:
parent
4e9aa7dc77
commit
b61c83a19d
12 changed files with 33 additions and 45 deletions
|
@ -658,7 +658,8 @@ std::wstring translate_string(std::wstring_view s, Translations *translations);
|
|||
|
||||
std::wstring translate_string(std::wstring_view s);
|
||||
|
||||
inline std::wstring unescape_translate(std::wstring_view s) {
|
||||
inline std::wstring unescape_translate(std::wstring_view s)
|
||||
{
|
||||
return unescape_enriched(translate_string(s));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue