passant linters a vore si trobe variables sense inicialitzar
This commit is contained in:
@@ -52,8 +52,8 @@ class Text {
|
||||
};
|
||||
|
||||
// --- Constructores y destructor ---
|
||||
Text(std::shared_ptr<Texture> texture, const std::string &text_file);
|
||||
Text(std::shared_ptr<Texture> texture, std::shared_ptr<Text::File> text_file);
|
||||
Text(const std::shared_ptr<Texture> &texture, const std::string &text_file);
|
||||
Text(const std::shared_ptr<Texture> &texture, const std::shared_ptr<Text::File> &text_file);
|
||||
~Text() = default;
|
||||
|
||||
// --- Métodos de escritura en pantalla ---
|
||||
|
||||
Reference in New Issue
Block a user