Add ResourceLoaderAppDirLinux

This commit is contained in:
2023-11-20 14:43:11 +01:00
parent 681fc00a68
commit 89d475fd7c
4 changed files with 72 additions and 3 deletions

View File

@@ -134,6 +134,6 @@ namespace OpenVulkano
else return {str.substr(0, pos), str.substr(pos + 1)};
}
static Array<char> ReadFile(const std::string& filePath);
static Array<char> ReadFile(const std::string& filePath, bool emptyOnMissing = false);
};
}