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