Add Alot
This commit is contained in:
@@ -31,3 +31,6 @@ void Text::ChangeText(const std::string& text) {
|
||||
std::cout << "This is wierd??: " << m_Text << std::endl;
|
||||
}
|
||||
}
|
||||
std::string Text::GetText() {
|
||||
return m_Text;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user