summaryrefslogtreecommitdiffstats
path: root/src/MonsterConfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/MonsterConfig.h')
-rw-r--r--src/MonsterConfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/MonsterConfig.h b/src/MonsterConfig.h
index 50979c44a..55a01549b 100644
--- a/src/MonsterConfig.h
+++ b/src/MonsterConfig.h
@@ -17,9 +17,9 @@ class cMonsterConfig
public:
cMonsterConfig(void);
~cMonsterConfig();
-
+
void AssignAttributes(cMonster * a_Monster, const AString & a_Name);
-
+
private:
struct sAttributesStruct;
struct sMonsterConfigState;