Pasaeta de IWYU

This commit is contained in:
2025-01-05 10:22:20 +01:00
parent b1193bd8fd
commit 39f61884b0
19 changed files with 318 additions and 214 deletions

View File

@@ -1,8 +1,8 @@
#pragma once
#include <SDL2/SDL_rect.h> // para SDL_Rect, SDL_Point
#include "texture.h"
#include <memory>
#include <SDL2/SDL_rect.h> // Para SDL_Rect, SDL_Point
#include <memory> // Para shared_ptr
class Texture;
// Clase sprite
class Sprite