unificats els resources en un namespace

This commit is contained in:
2025-11-11 10:04:57 +01:00
parent 1821b84e73
commit 54fc6d2902
35 changed files with 356 additions and 341 deletions
+2 -2
View File
@@ -8,7 +8,7 @@
#include <string>
#include <vector>
namespace Jdd::ResourceHelper {
namespace Resource::Helper {
// Initialize the resource system
// pack_file: Path to resources.pack
@@ -36,6 +36,6 @@ auto shouldUseResourcePack(const std::string& filepath) -> bool;
// Check if pack is loaded
auto isPackLoaded() -> bool;
} // namespace Jdd::ResourceHelper
} // namespace Resource::Helper
#endif // RESOURCE_HELPER_HPP