Add ResourceLoaderAppDirLinux
This commit is contained in:
@@ -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);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user