diff options
Diffstat (limited to '')
-rw-r--r-- | source/cMonsterConfig.h | 32 |
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 |