summaryrefslogtreecommitdiffstats
path: root/source/cZombie.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/cZombie.h')
-rw-r--r--source/cZombie.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/source/cZombie.h b/source/cZombie.h
index b35ff8933..4d6e39fb0 100644
--- a/source/cZombie.h
+++ b/source/cZombie.h
@@ -1,15 +1,15 @@
-#pragma once
-
-#include "cAggressiveMonster.h"
-
-class cZombie : public cAggressiveMonster
-{
-public:
- cZombie();
- ~cZombie();
-
- virtual bool IsA( const char* a_EntityType );
-
- virtual void Tick(float a_Dt);
- virtual void KilledBy( cEntity* a_Killer );
-};
+#pragma once
+
+#include "cAggressiveMonster.h"
+
+class cZombie : public cAggressiveMonster
+{
+public:
+ cZombie();
+ ~cZombie();
+
+ virtual bool IsA( const char* a_EntityType );
+
+ virtual void Tick(float a_Dt);
+ virtual void KilledBy( cEntity* a_Killer );
+};