code review refactoring
This commit is contained in:
@@ -16,9 +16,9 @@ namespace OpenVulkano
|
||||
class ExeAppendedZipResourceLoader : public ResourceLoader
|
||||
{
|
||||
public:
|
||||
std::string GetResourcePath(const std::string& resourceName) override;
|
||||
Array<char> GetResource(const std::string& exePath) override;
|
||||
std::vector<std::pair<FileDescription, Array<char>>> GetZipArchiveFiles(const std::string& exePath);
|
||||
std::string GetResourcePath(const std::string& resourceName) final { return ""; }
|
||||
Array<char> GetResource(const std::string& resourceName) override;
|
||||
protected:
|
||||
virtual std::string GetCurrentExecutablePath() const = 0;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user