diff options
Diffstat (limited to 'src/Mobs/Behaviors/BehaviorItemFollower.h')
-rw-r--r-- | src/Mobs/Behaviors/BehaviorItemFollower.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Mobs/Behaviors/BehaviorItemFollower.h b/src/Mobs/Behaviors/BehaviorItemFollower.h index c84779a5e..a8160f537 100644 --- a/src/Mobs/Behaviors/BehaviorItemFollower.h +++ b/src/Mobs/Behaviors/BehaviorItemFollower.h @@ -5,20 +5,12 @@ class cBehaviorItemFollower; #include "Behavior.h" -// fwds -class cMonster; -class cItems; - class cBehaviorItemFollower : public cBehavior { public: void AttachToMonster(cMonster & a_Parent); - void GetBreedingItems(cItems & a_Items); - // Functions our host Monster should invoke: - bool IsControlDesired(std::chrono::milliseconds a_Dt, cChunk & a_Chunk) override; - void Tick(std::chrono::milliseconds a_Dt, cChunk & a_Chunk) override; private: |