JA VA! Nomes s'havia de fer les coses be i no ser un ansias

This commit is contained in:
2025-02-22 00:30:32 +01:00
parent f6098a479b
commit e361d295c1
39 changed files with 1053 additions and 1098 deletions

View File

@@ -20,7 +20,6 @@ class Cheevos
private:
// Punteros y objetos
Screen *screen; // Objeto encargado de dibujar en pantalla
options_t *options; // Puntero a las opciones del juego
// Variables
std::vector<cheevos_t> cheevos; // Listado de logros
@@ -47,7 +46,7 @@ private:
public:
// Constructor
Cheevos(Screen *screen, options_t *options, std::string file);
Cheevos(Screen *screen, std::string file);
// Destructor
~Cheevos();