diff options
Diffstat (limited to '')
-rw-r--r-- | source/cZombiepigman.h | 30 |
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 ); +}; |