cppcheck
This commit is contained in:
@@ -34,12 +34,6 @@ class Intro {
|
||||
// Dibuja el objeto en pantalla
|
||||
void render();
|
||||
|
||||
// Carga los recursos
|
||||
bool loadMedia();
|
||||
|
||||
// Comprueba los eventos
|
||||
void checkEvents();
|
||||
|
||||
// Comprueba las entradas
|
||||
void checkInput();
|
||||
|
||||
@@ -60,5 +54,5 @@ class Intro {
|
||||
void iterate();
|
||||
|
||||
// Procesa un evento
|
||||
void handleEvent(SDL_Event *event);
|
||||
void handleEvent(const SDL_Event *event);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user