This commit is contained in:
2026-04-17 22:20:37 +02:00
parent 513eacf356
commit 20b9a95619
38 changed files with 310 additions and 622 deletions

View File

@@ -107,9 +107,6 @@ class Title {
// Dibuja el objeto en pantalla
void render();
// Comprueba los eventos
void checkEvents();
// Comprueba las entradas
void checkInput();
@@ -157,5 +154,5 @@ class Title {
void iterate();
// Procesa un evento
void handleEvent(SDL_Event *event);
void handleEvent(const SDL_Event *event);
};