fixed: issue with file/console output

This commit is contained in:
2024-07-06 20:39:04 -04:00
parent a4c5220019
commit 1fbd22c101
6 changed files with 13 additions and 14 deletions

View File

@ -12,7 +12,6 @@ public:
console_output(std::ostream &cout);
void render() override;
void clear() override;
void print_char(const position &pos,
const char ch, const int attr) override;
void print_str(const position &pos,