neteja tidy a source/core/system i audio amb fixes d'arrel

This commit is contained in:
2026-05-14 21:02:43 +02:00
parent dc622c7bae
commit 0ee117135c
11 changed files with 145 additions and 115 deletions
+2 -2
View File
@@ -129,7 +129,7 @@ class Title {
void runDemoGame();
// Modifica las opciones para los controles de los jugadores
bool updatePlayerInputs(int numPlayer);
auto updatePlayerInputs(int numPlayer) -> bool;
// Crea el mosaico de fondo del titulo
void createTiledBackground();
@@ -148,7 +148,7 @@ class Title {
~Title();
Title(const Title &) = delete;
Title &operator=(const Title &) = delete;
auto operator=(const Title &) -> Title & = delete;
// Bucle para el titulo del juego
void run();