added display and its subclasses

This commit is contained in:
2024-07-05 21:57:27 -04:00
parent 9495f11c16
commit 36c53f22d7
6 changed files with 64 additions and 2 deletions

View File

@ -45,6 +45,8 @@ public:
void show() const;
void clear() const ;
void print_char(const position &pos, const char ch, const int attrs) const;
void print_str(const position &head, const std::string str,