idem
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#include "ui_message.hpp"
|
||||
#include "game/ui/ui_message.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cmath> // Para pow
|
||||
#include <utility>
|
||||
|
||||
#include "text.hpp" // Para Text::CENTER, Text::COLOR, Text
|
||||
#include "core/rendering/text.hpp" // Para Text::CENTER, Text::COLOR, Text
|
||||
|
||||
// Constructor: inicializa el renderizador, el texto y el color del mensaje
|
||||
UIMessage::UIMessage(std::shared_ptr<Text> text_renderer, std::string message_text, const Color& color)
|
||||
|
||||
Reference in New Issue
Block a user