renombrades extensions .h a .hpp

This commit is contained in:
2025-10-17 21:45:19 +02:00
parent 50ccb2ccc2
commit 46974ef2eb
144 changed files with 1758 additions and 1783 deletions

View File

@@ -1,9 +1,9 @@
#include "sprite.h"
#include "sprite.hpp"
#include <utility>
#include <vector> // Para vector
#include "texture.h" // Para Texture
#include "texture.hpp" // Para Texture
// Constructor
Sprite::Sprite(std::shared_ptr<Texture> texture, float pos_x, float pos_y, float width, float height)