Continue arreglant cosetes amb cppcheck
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#include "manage_hiscore_table.h"
|
||||
#include <SDL2/SDL_error.h> // for SDL_GetError
|
||||
#include <SDL2/SDL_rwops.h> // for SDL_RWread, SDL_RWwrite, SDL_RWFromFile
|
||||
#include <stdlib.h> // for free, malloc
|
||||
#include <algorithm> // for sort
|
||||
#include <iostream> // for basic_ostream, char_traits, operator<<
|
||||
#include "utils.h" // for HiScoreEntry
|
||||
#include <SDL2/SDL_error.h> // para SDL_GetError
|
||||
#include <SDL2/SDL_rwops.h> // para SDL_RWread, SDL_RWwrite, SDL_RWFromFile
|
||||
#include <stdlib.h> // para free, malloc
|
||||
#include <algorithm> // para sort
|
||||
#include <iostream> // para basic_ostream, char_traits, operator<<
|
||||
#include "utils.h" // para HiScoreEntry
|
||||
|
||||
// Resetea la tabla a los valores por defecto
|
||||
void ManageHiScoreTable::clear()
|
||||
|
||||
Reference in New Issue
Block a user