cppcheck
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user