summaryrefslogtreecommitdiffstats
path: root/source/cZombiepigman.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/cZombiepigman.h')
-rw-r--r--source/cZombiepigman.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/source/cZombiepigman.h b/source/cZombiepigman.h
deleted file mode 100644
index 76fb34e4b..000000000
--- a/source/cZombiepigman.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#pragma once
-
-#include "cPassiveAggressiveMonster.h"
-
-class cZombiepigman : public cPassiveAggressiveMonster
-{
-public:
- cZombiepigman();
- ~cZombiepigman();
-
- virtual bool IsA( const char* a_EntityType );
-
- virtual void Tick(float a_Dt);
- virtual void KilledBy( cEntity* a_Killer );
-};