code review changes and fixes
This commit is contained in:
@@ -13,6 +13,6 @@ namespace OpenVulkano
|
||||
class ResourceLoaderAppDirLinux final : public ResourceLoader
|
||||
{
|
||||
public:
|
||||
Array<char> GetResource(const std::string& resourceName) override;
|
||||
Array<char> GetResource(const std::string& resourceName, std::string& resourcePath) override;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user