migrat Input a la ultima versió

cohesionats tots els metodes update de les escenes
This commit is contained in:
2025-11-01 22:28:51 +01:00
parent 1dd750ba0c
commit 824e7417ad
58 changed files with 26926 additions and 978 deletions
+2 -2
View File
@@ -4,9 +4,9 @@
#ifndef RESOURCE_HELPER_HPP
#define RESOURCE_HELPER_HPP
#include <cstdint>
#include <string>
#include <vector>
#include <cstdint>
namespace jdd {
namespace ResourceHelper {
@@ -15,7 +15,7 @@ namespace ResourceHelper {
// pack_file: Path to resources.pack
// enable_fallback: Allow loading from filesystem if pack not available
auto initializeResourceSystem(const std::string& pack_file = "resources.pack",
bool enable_fallback = true) -> bool;
bool enable_fallback = true) -> bool;
// Shutdown the resource system
void shutdownResourceSystem();