diff options
Diffstat (limited to 'src/net/familyhandler.h')
-rw-r--r-- | src/net/familyhandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/familyhandler.h b/src/net/familyhandler.h index 07f28bfac..e6b7bb174 100644 --- a/src/net/familyhandler.h +++ b/src/net/familyhandler.h @@ -37,6 +37,8 @@ class FamilyHandler notfinal { } virtual void askForChild(const Being *const being) = 0; + + virtual void askForChildReply(const bool accept) = 0; }; } // namespace Net |