linter
This commit is contained in:
@@ -13,10 +13,10 @@ class AssetIntegrated : public Asset {
|
||||
const std::string& resource_pack_path = "resources.pack");
|
||||
|
||||
// Carga un archivo usando ResourceLoader como primera opción
|
||||
auto loadFile(const std::string& filename) -> std::vector<uint8_t>;
|
||||
static auto loadFile(const std::string& filename) -> std::vector<uint8_t>;
|
||||
|
||||
// Verifica si un archivo existe (pack o filesystem)
|
||||
auto fileExists(const std::string& filename) const -> bool;
|
||||
static auto fileExists(const std::string& filename) -> bool;
|
||||
|
||||
// Obtiene la ruta completa para archivos del sistema/config
|
||||
static auto getSystemPath(const std::string& filename) -> std::string;
|
||||
|
||||
Reference in New Issue
Block a user