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,6 +1,6 @@
#include "writer.h"
#include "writer.hpp"
#include "text.h" // Para Text
#include "text.hpp" // Para Text
// Actualiza el objeto (delta_time en ms)
void Writer::update(float delta_time) {
@@ -53,7 +53,7 @@ void Writer::setKerning(int value) {
}
// Establece el valor de la variable
void Writer::setCaption(const std::string &text) {
void Writer::setCaption(const std::string& text) {
caption_ = text;
length_ = text.length();
}