Pasaeta de include-what-you-use

This commit is contained in:
2024-10-13 21:58:36 +02:00
parent d0a6e4c572
commit 9825c7fb9b
28 changed files with 229 additions and 239 deletions

View File

@@ -1,8 +1,8 @@
#pragma once
#include "animated_sprite.h" // for AnimatedSprite
#include "texture.h"
#include <memory>
#include <memory> // for shared_ptr
#include "animated_sprite.h" // for AnimatedSprite
class Texture;
// Clase SmartSprite
class SmartSprite : public AnimatedSprite