relation change
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user