renombrades extensions .h a .hpp
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user