neteja tidy a source/core i encamina Texture::loadFromFile pel ResourceHelper

This commit is contained in:
2026-05-14 20:22:54 +02:00
parent 88fa3f296f
commit 1912200b21
40 changed files with 699 additions and 578 deletions
+2 -2
View File
@@ -34,8 +34,8 @@ class Lang {
~Lang();
// Inicializa los textos del juego en el idioma seleccionado
bool setLang(Uint8 lang);
auto setLang(Uint8 lang) -> bool;
// Obtiene la cadena de texto del indice
std::string getText(int index);
auto getText(int index) -> std::string;
};