Classe Screen melitonada

This commit is contained in:
2024-09-28 11:11:11 +02:00
parent f2cc0dc352
commit 92f7f540c0
19 changed files with 90 additions and 54 deletions

View File

@@ -3,10 +3,10 @@
#include "options.h"
// Constructor
Intro::Intro(Screen *screen, Asset *asset, Input *input, JA_Music_t *music)
Intro::Intro(Asset *asset, Input *input, JA_Music_t *music)
{
// Copia los punteros
this->screen = screen;
screen = Screen::get();
this->asset = asset;
this->input = input;
this->music = music;