Opció de fer el reset amb o sense reload

This commit is contained in:
2024-12-05 08:25:44 +01:00
parent f0863b3691
commit e3d0145417
4 changed files with 17 additions and 3 deletions

View File

@@ -67,6 +67,9 @@ private:
// Ejecuta el juego en modo demo
void runDemoGame();
// Ejecuta la sección init
void runInit();
// Obtiene una fichero a partir de un lang::Code
std::string getLangFile(lang::Code code);
#ifdef ARCADE