Mil millons de miniarreglos

Afegides traduccions faltants
This commit is contained in:
2024-09-26 22:13:20 +02:00
parent 69027f96e6
commit 05e3fddb8f
18 changed files with 173 additions and 28 deletions

View File

@@ -6,8 +6,12 @@
namespace lang
{
// Variables
std::vector<std::string> texts; // Vector con los textos
enum lang_e
{
es_ES = 0,
ba_BA = 1,
en_UK = 2,
};
// Inicializa los textos del juego en el idioma seleccionado
bool loadFromFile(std::string filePath);