summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Behaviors/BehaviorCoward.h
diff options
context:
space:
mode:
authorLogicParrot <LogicParrot@users.noreply.github.com>2017-08-25 13:53:20 +0200
committerLogicParrot <LogicParrot@users.noreply.github.com>2017-08-25 13:53:20 +0200
commit42d3c615fe6b30111cb741b85cde9441d9d5a39b (patch)
tree9ab2905dacf583dd81243cc532fd9716ad1939ca /src/Mobs/Behaviors/BehaviorCoward.h
parentCoward mobs run twice as fast (diff)
downloadcuberite-42d3c615fe6b30111cb741b85cde9441d9d5a39b.tar
cuberite-42d3c615fe6b30111cb741b85cde9441d9d5a39b.tar.gz
cuberite-42d3c615fe6b30111cb741b85cde9441d9d5a39b.tar.bz2
cuberite-42d3c615fe6b30111cb741b85cde9441d9d5a39b.tar.lz
cuberite-42d3c615fe6b30111cb741b85cde9441d9d5a39b.tar.xz
cuberite-42d3c615fe6b30111cb741b85cde9441d9d5a39b.tar.zst
cuberite-42d3c615fe6b30111cb741b85cde9441d9d5a39b.zip
Diffstat (limited to 'src/Mobs/Behaviors/BehaviorCoward.h')
-rw-r--r--src/Mobs/Behaviors/BehaviorCoward.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Mobs/Behaviors/BehaviorCoward.h b/src/Mobs/Behaviors/BehaviorCoward.h
index d5ffa4312..9058419e3 100644
--- a/src/Mobs/Behaviors/BehaviorCoward.h
+++ b/src/Mobs/Behaviors/BehaviorCoward.h
@@ -4,11 +4,6 @@
// Makes the mob run away from any other mob that damages it
-//fwds
-class cMonster;
-class cItems;
-class cEntity;
-struct TakeDamageInfo;
class cBehaviorCoward : cBehavior
{