diff options
Diffstat (limited to 'src/net/familyhandler.h')
-rw-r--r-- | src/net/familyhandler.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/familyhandler.h b/src/net/familyhandler.h index 4b522d24a..07f28bfac 100644 --- a/src/net/familyhandler.h +++ b/src/net/familyhandler.h @@ -25,6 +25,8 @@ #include "localconsts.h" +class Being; + namespace Net { @@ -33,6 +35,8 @@ class FamilyHandler notfinal public: virtual ~FamilyHandler() { } + + virtual void askForChild(const Being *const being) = 0; }; } // namespace Net |