1
0
mirror of https://github.com/luanti-org/minetestmapper.git synced 2025-10-21 12:15:51 +02:00

Improve handling of input path and map backend

This commit is contained in:
sfan5
2025-02-19 11:57:54 +01:00
parent c93948c200
commit 5016bca232
4 changed files with 51 additions and 13 deletions

View File

@@ -19,3 +19,7 @@ std::string read_setting(const std::string &name, std::istream &is);
std::string read_setting_default(const std::string &name, std::istream &is,
const std::string &def);
bool file_exists(const char *path);
bool dir_exists(const char *path);