nc print person

This commit is contained in:
vrd
2022-12-17 18:12:16 +02:00
parent 87dc80c9f8
commit 0da0f98dc9
5 changed files with 15 additions and 7 deletions
+2
View File
@@ -55,6 +55,8 @@ public:
void removeRelation(const unsigned firstId, const unsigned secondId);
void removeRelation(const char* firstName, const char* secondName);
void draw() const;
void print()const;
void printRel(const unsigned id)const; //Prints out close relatives
void printMember(const unsigned id)const;