added display and its subclasses
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user