Marked all (probably) functions that take regular string instead of std::fs::path as deprecated
This commit is contained in:
@@ -16,7 +16,7 @@ namespace OpenVulkano
|
||||
class ExeAppendedZipResourceLoader : public ResourceLoader
|
||||
{
|
||||
public:
|
||||
std::string GetResourcePath(const std::string& resourceName) final { return ""; }
|
||||
std::string GetResourcePath(const std::string& resourceName) [[deprecated]] final { return ""; }
|
||||
Array<char> GetResource(const std::string& resourceName) override;
|
||||
protected:
|
||||
virtual std::string GetCurrentExecutablePath() const = 0;
|
||||
|
||||
Reference in New Issue
Block a user