relation change

This commit is contained in:
vrd
2022-12-27 20:07:56 +02:00
parent cd221476a5
commit cc9b0ccc21
8 changed files with 515 additions and 497 deletions
+4 -2
View File
@@ -39,12 +39,14 @@ public:
void print() const;
U16 boxWidth() const;
/* Draw a Person's box on the terminal
drawY,drawX - the coordinates where to draw
returns the width of the box*/
void draw(U16 drawY, U16 drawX) const;
void draw(I16 drawY, I16 drawX) const;
WINDOW* createPad()const;
/* WINDOW* createPad()const; */
/* staitc constexpr U8 BOX_HEIGHT = 5; */
friend class Tree;