Add Alot
This commit is contained in:
@@ -11,11 +11,15 @@ public:
|
||||
Text() = default;
|
||||
~Text();
|
||||
|
||||
Text(const Text& other) = delete;
|
||||
Text(Text&& other) = delete;
|
||||
Text& operator=(const Text& other) = delete;
|
||||
Text& operator=(Text&& other) = delete;
|
||||
|
||||
void Draw(const Vector2f& pos) const;
|
||||
|
||||
void ChangeText(const std::string& text);
|
||||
|
||||
|
||||
std::string GetText();
|
||||
|
||||
private:
|
||||
std::string m_Text;
|
||||
|
||||
Reference in New Issue
Block a user