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