Afegits destructors virtuals en les classes Sprite

This commit is contained in:
2024-10-13 21:23:15 +02:00
parent 7c876e1d4d
commit d0a6e4c572
19 changed files with 142 additions and 131 deletions

View File

@@ -1,15 +1,15 @@
#pragma once
#include <SDL2/SDL_events.h> // for SDL_Event
#include <SDL2/SDL_rect.h> // for SDL_Rect
#include <SDL2/SDL_render.h> // for SDL_Renderer, SDL_Texture
#include <SDL2/SDL_stdinc.h> // for Uint16, Uint32
#include <memory>
#include <string> // for string
#include "fade.h"
#include "section.h" // for SectionOptions
#include "background.h"
#include "text.h"
#include <memory> // for unique_ptr
#include <string> // for string
class Background;
class Fade;
class Text;
enum class FadeMode : Uint8;
struct JA_Music_t; // lines 14-14
struct JA_Music_t;