Un altre punteret a pendre per cul: options

This commit is contained in:
2024-09-27 19:00:09 +02:00
parent 0de9188547
commit 20de9e4b72
26 changed files with 677 additions and 679 deletions

View File

@@ -24,7 +24,6 @@ private:
Input *input; // Objeto para leer las entradas de teclado o mando
Notify *notify; // Pinta notificaciones en pantalla
SDL_Texture *gameCanvas; // Textura para completar la ventana de juego hasta la pantalla completa
options_t *options; // Opciones del programa
// Variables
int windowWidth; // Ancho de la pantalla o ventana
@@ -78,7 +77,7 @@ private:
public:
// Constructor
Screen(SDL_Window *window, SDL_Renderer *renderer, Asset *asset, Input *input, options_t *options);
Screen(SDL_Window *window, SDL_Renderer *renderer, Asset *asset, Input *input);
// Destructor
~Screen();