Simplify the Render(screen, document) function.

This commit is contained in:
ArthurSonzogni
2020-05-20 21:23:59 +02:00
parent 957387adaa
commit e34f051f7a
27 changed files with 55 additions and 50 deletions

View File

@@ -43,6 +43,7 @@ class Node {
Box box_;
};
void Render(Screen& screen, const Element& node);
void Render(Screen& screen, Node* node);
} // namespace ftxui