continuem afegint descripcions de lo que fa cada classe

This commit is contained in:
2024-08-12 14:16:24 +02:00
parent 9d5aee2562
commit 4d1f1d2bc2
6 changed files with 51 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ Instructions::Instructions(Screen *screen, Asset *asset, Input *input, Lang *lan
this->lang = lang;
this->param = param;
this->section = section;
SDL_Renderer *renderer = screen->getRenderer();
renderer = screen->getRenderer();
// Crea objetos
eventHandler = new SDL_Event();