mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +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
|
@ -29,6 +29,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
// Client translations
|
||||
static Translations client_translations;
|
||||
Translations *g_client_translations = &client_translations;
|
||||
#else
|
||||
Translations *g_client_translations = nullptr;
|
||||
#endif
|
||||
|
||||
const std::string_view Translations::getFileLanguage(const std::string &filename)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue