From 778b933e0078b740093ab9d83eddef702011791a Mon Sep 17 00:00:00 2001 From: Samuel Barney Date: Thu, 21 Aug 2014 08:26:42 -0600 Subject: Renamed all new Mob files and classes --- src/Mobs/NewWither.h | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 src/Mobs/NewWither.h (limited to 'src/Mobs/NewWither.h') diff --git a/src/Mobs/NewWither.h b/src/Mobs/NewWither.h deleted file mode 100644 index 399ba6866..000000000 --- a/src/Mobs/NewWither.h +++ /dev/null @@ -1,32 +0,0 @@ - -#pragma once - -#include "NewMonster.h" - - - - - -class cNewWither : - public cNewMonster -{ - typedef cNewMonster super; - -public: - cNewWither(void); - - CLASS_PROTODEF(cNewWither) - - /** Returns whether the wither is invulnerable to arrows. */ - bool IsArmored(void) const; - int GetWitherInvulnerableTicks() const { return 0; } - - // cEntity overrides - virtual bool Initialize(cWorld & a_World) override; - virtual void GetDrops(cItems & a_Drops, cEntity * a_Killer = NULL) override; - -} ; - - - - -- cgit v1.2.3