mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-15 01:25:20 +02:00
Use CUSTOM_LOCALEDIR if specified
This commit is contained in:
@@ -142,6 +142,11 @@ extern std::string path_share;
|
||||
*/
|
||||
extern std::string path_user;
|
||||
|
||||
/*
|
||||
Path to gettext locale files
|
||||
*/
|
||||
extern std::string path_locale;
|
||||
|
||||
/*
|
||||
Get full path of stuff in data directory.
|
||||
Example: "stone.png" -> "../data/stone.png"
|
||||
@@ -149,7 +154,7 @@ extern std::string path_user;
|
||||
std::string getDataPath(const char *subpath);
|
||||
|
||||
/*
|
||||
Initialize path_share and path_user.
|
||||
Initialize path_*.
|
||||
*/
|
||||
void initializePaths();
|
||||
|
||||
|
Reference in New Issue
Block a user