summaryrefslogtreecommitdiffstats
path: root/source/cMonsterConfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/cMonsterConfig.h')
-rw-r--r--source/cMonsterConfig.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/source/cMonsterConfig.h b/source/cMonsterConfig.h
index fbe537802..d1a514b17 100644
--- a/source/cMonsterConfig.h
+++ b/source/cMonsterConfig.h
@@ -1,17 +1,17 @@
-#pragma once
-
-class cMonster;
-class cMonsterConfig
-{
-public:
- cMonsterConfig(void);
- ~cMonsterConfig();
-
- void AssignAttributes(cMonster *m, const char* n);
-
-private:
- struct sAttributesStruct;
- struct sMonsterConfigState;
- sMonsterConfigState* m_pState;
- void Initialize();
+#pragma once
+
+class cMonster;
+class cMonsterConfig
+{
+public:
+ cMonsterConfig(void);
+ ~cMonsterConfig();
+
+ void AssignAttributes(cMonster *m, const char* n);
+
+private:
+ struct sAttributesStruct;
+ struct sMonsterConfigState;
+ sMonsterConfigState* m_pState;
+ void Initialize();
}; \ No newline at end of file