summaryrefslogtreecommitdiffstats
path: root/source/cZombiepigman.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/cZombiepigman.h')
-rw-r--r--source/cZombiepigman.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/source/cZombiepigman.h b/source/cZombiepigman.h
index 1a102572b..76fb34e4b 100644
--- a/source/cZombiepigman.h
+++ b/source/cZombiepigman.h
@@ -1,15 +1,15 @@
-#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 );
-};
+#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 );
+};