summaryrefslogtreecommitdiffstats
path: root/source/Mobs/Cavespider.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Mobs/Cavespider.h')
-rw-r--r--source/Mobs/Cavespider.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/source/Mobs/Cavespider.h b/source/Mobs/Cavespider.h
deleted file mode 100644
index 10ea03f7b..000000000
--- a/source/Mobs/Cavespider.h
+++ /dev/null
@@ -1,26 +0,0 @@
-
-#pragma once
-
-#include "AggressiveMonster.h"
-
-
-
-
-
-class cCavespider :
- public cAggressiveMonster
-{
- typedef cAggressiveMonster super;
-
-public:
- cCavespider(void);
-
- CLASS_PROTODEF(cCaveSpider);
-
- virtual void Tick(float a_Dt, cChunk & a_Chunk) override;
- virtual void GetDrops(cItems & a_Drops, cEntity * a_Killer = NULL) override;
-} ;
-
-
-
-