summaryrefslogtreecommitdiffstats
path: root/source/Mobs/EnderDragon.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Mobs/EnderDragon.h')
-rw-r--r--source/Mobs/EnderDragon.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/source/Mobs/EnderDragon.h b/source/Mobs/EnderDragon.h
deleted file mode 100644
index 77177edfe..000000000
--- a/source/Mobs/EnderDragon.h
+++ /dev/null
@@ -1,25 +0,0 @@
-
-#pragma once
-
-#include "AggressiveMonster.h"
-
-
-
-
-
-class cEnderDragon :
- public cAggressiveMonster
-{
- typedef cAggressiveMonster super;
-
-public:
- cEnderDragon(void);
-
- CLASS_PROTODEF(cEnderDragon);
-
- virtual void GetDrops(cItems & a_Drops, cEntity * a_Killer = NULL) override;
-} ;
-
-
-
-