migrant a SDL3

This commit is contained in:
2025-03-25 20:26:45 +01:00
parent f1b0303474
commit a9c869baf6
49 changed files with 374 additions and 416 deletions

View File

@@ -1,6 +1,6 @@
#pragma once
#include <SDL3/SDL_rect.h> // Para SDL_Rect
#include <SDL3/SDL_rect.h> // Para SDL_FRect
#include <SDL3/SDL_render.h> // Para SDL_Renderer
#include <memory> // Para shared_ptr
#include <string> // Para string, basic_string
@@ -38,7 +38,7 @@ private:
int counter;
NotificationStatus state;
NotificationShape shape;
SDL_Rect rect;
SDL_FRect rect;
int y;
int travel_dist;
std::string code; // Permite asignar un código a la notificación