fix borders and links

This commit is contained in:
vrd
2022-12-31 12:26:31 +02:00
parent f77f55366e
commit 3f402e058c
3 changed files with 46 additions and 40 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ public:
/* Draw a Person's box on the terminal
drawY,drawX - the coordinates where to draw
returns the width of the box*/
void draw(I16 drawY, I16 drawX) const;
void draw(I16 drawY, I16 drawX, bool hasSpouse, bool isSpouse, bool hasChildren=false) const;
/* WINDOW* createPad()const; */