linter; manage_hiscore i resource_loader
This commit is contained in:
@@ -34,6 +34,6 @@ class ResourceLoader {
|
||||
[[nodiscard]] auto getAvailableResources() const -> std::vector<std::string>;
|
||||
|
||||
private:
|
||||
auto loadFromFile(const std::string& filename) -> std::vector<uint8_t>;
|
||||
static auto loadFromFile(const std::string& filename) -> std::vector<uint8_t>;
|
||||
static auto getDataPath(const std::string& filename) -> std::string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user