neteja tidy a source/core/system i audio amb fixes d'arrel
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user