summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Giant.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Mobs/Giant.h')
-rw-r--r--src/Mobs/Giant.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/src/Mobs/Giant.h b/src/Mobs/Giant.h
index 46298717c..18d77fd2c 100644
--- a/src/Mobs/Giant.h
+++ b/src/Mobs/Giant.h
@@ -7,20 +7,14 @@
-class cGiant:
- public cAggressiveMonster
+class cGiant : public cAggressiveMonster
{
using Super = cAggressiveMonster;
-public:
-
+ public:
cGiant(void);
CLASS_PROTODEF(cGiant)
virtual void GetDrops(cItems & a_Drops, cEntity * a_Killer = nullptr) override;
-} ;
-
-
-
-
+};