arreglos d'estil en source/core/resources

This commit is contained in:
2025-11-18 12:41:30 +01:00
parent 4477cc4bbc
commit b7db34cdf7
9 changed files with 135 additions and 295 deletions
+1 -4
View File
@@ -1,8 +1,7 @@
// resource_helper.hpp
// Helper functions for resource loading (bridge to pack system)
#ifndef RESOURCE_HELPER_HPP
#define RESOURCE_HELPER_HPP
#pragma once
#include <cstdint>
#include <string>
@@ -37,5 +36,3 @@ auto shouldUseResourcePack(const std::string& filepath) -> bool;
auto isPackLoaded() -> bool;
} // namespace Resource::Helper
#endif // RESOURCE_HELPER_HPP