summaryrefslogtreecommitdiffstats
path: root/src/MonsterConfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/MonsterConfig.h')
-rw-r--r--src/MonsterConfig.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/MonsterConfig.h b/src/MonsterConfig.h
index 55a01549b..03219c3ca 100644
--- a/src/MonsterConfig.h
+++ b/src/MonsterConfig.h
@@ -14,19 +14,15 @@ class cMonster;
class cMonsterConfig
{
-public:
+ public:
cMonsterConfig(void);
~cMonsterConfig();
void AssignAttributes(cMonster * a_Monster, const AString & a_Name);
-private:
+ private:
struct sAttributesStruct;
struct sMonsterConfigState;
sMonsterConfigState * m_pState;
void Initialize();
-} ;
-
-
-
-
+};