diff options
Diffstat (limited to 'src/net/npchandler.h')
-rw-r--r-- | src/net/npchandler.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/npchandler.h b/src/net/npchandler.h index 13942b80b..33f0ae3a0 100644 --- a/src/net/npchandler.h +++ b/src/net/npchandler.h @@ -25,6 +25,8 @@ #include <iosfwd> +#include "being/cookingtype.h" + #include "localconsts.h" namespace Net @@ -74,6 +76,9 @@ class NpcHandler notfinal const int materialId1, const int materialId2, const int materialId3) const = 0; + + virtual void cooking(const CookingType::Type type, + const int nameId) const = 0; }; } // namespace Net |