summaryrefslogtreecommitdiffstats
path: root/source/cSkeleton.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/cSkeleton.h')
-rw-r--r--source/cSkeleton.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/source/cSkeleton.h b/source/cSkeleton.h
index ca7ed2fe3..78eeb731f 100644
--- a/source/cSkeleton.h
+++ b/source/cSkeleton.h
@@ -1,16 +1,16 @@
-#pragma once
-
-#include "cAggressiveMonster.h"
-
-class cSkeleton : public cAggressiveMonster
-{
-public:
- cSkeleton();
- ~cSkeleton();
-
- 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 cSkeleton : public cAggressiveMonster
+{
+public:
+ cSkeleton();
+ ~cSkeleton();
+
+ virtual bool IsA( const char* a_EntityType );
+
+ virtual void Tick(float a_Dt);
+ virtual void KilledBy( cEntity* a_Killer );
+
+};