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,4 +1,5 @@
#include "sprite.h"
#include "texture.h" // Para Texture
// Constructor
Sprite::Sprite(std::shared_ptr<Texture> texture, int x, int y, int w, int h)