summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Monster.h
diff options
context:
space:
mode:
authorLogicParrot <LogicParrot@users.noreply.github.com>2017-08-22 12:53:41 +0200
committerLogicParrot <LogicParrot@users.noreply.github.com>2017-08-22 19:55:30 +0200
commit8b105ee51a5fcd67c861de04466e3ca2e1cacefa (patch)
tree2c7a4cb3c70cd691c943783b2ca935460bd285a7 /src/Mobs/Monster.h
parentd (diff)
downloadcuberite-8b105ee51a5fcd67c861de04466e3ca2e1cacefa.tar
cuberite-8b105ee51a5fcd67c861de04466e3ca2e1cacefa.tar.gz
cuberite-8b105ee51a5fcd67c861de04466e3ca2e1cacefa.tar.bz2
cuberite-8b105ee51a5fcd67c861de04466e3ca2e1cacefa.tar.lz
cuberite-8b105ee51a5fcd67c861de04466e3ca2e1cacefa.tar.xz
cuberite-8b105ee51a5fcd67c861de04466e3ca2e1cacefa.tar.zst
cuberite-8b105ee51a5fcd67c861de04466e3ca2e1cacefa.zip
Diffstat (limited to '')
-rw-r--r--src/Mobs/Monster.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Mobs/Monster.h b/src/Mobs/Monster.h
index 616c5d184..6308b2945 100644
--- a/src/Mobs/Monster.h
+++ b/src/Mobs/Monster.h
@@ -228,6 +228,7 @@ public:
// Polymorphic behavior functions
virtual void InheritFromParents(cMonster * a_Parent1, cMonster * a_Parent2);
+ virtual void GetFollowedItems(cItems & a_Items);
protected: