Corregit resource_helper i millora DMG amb create-dmg

This commit is contained in:
2025-10-25 00:20:35 +02:00
parent 9d974438b3
commit 052bb063df
3 changed files with 37 additions and 48 deletions

View File

@@ -9,7 +9,7 @@
// Helper functions para integrar ResourceLoader con el sistema existente
namespace ResourceHelper {
// Inicializa ResourceLoader (llamar al inicio del programa)
auto initializeResourceSystem(const std::string& pack_file = "resources.pack") -> bool;
auto initializeResourceSystem(const std::string& pack_file = "resources.pack", bool enable_fallback = true) -> bool;
// Cierra ResourceLoader
void shutdownResourceSystem();