Commit pa que Mon arregle el codi mentre em dutxe

This commit is contained in:
2024-10-09 21:48:01 +02:00
parent 3c1dcad3ab
commit f2fa216b0d
34 changed files with 862 additions and 1218 deletions

View File

@@ -42,8 +42,8 @@ private:
struct Notification
{
Texture *texture;
Sprite *sprite;
std::shared_ptr<Texture> texture;
std::shared_ptr<Sprite> sprite;
std::string text1;
std::string text2;
int counter;
@@ -58,7 +58,7 @@ private:
// Objetos y punteros
SDL_Renderer *renderer; // El renderizador de la ventana
std::unique_ptr<Texture> iconTexture; // Textura para los iconos de las notificaciones
std::shared_ptr<Texture> iconTexture; // Textura para los iconos de las notificaciones
std::unique_ptr<Text> text; // Objeto para dibujar texto
// Variables