summaryrefslogtreecommitdiffstats
path: root/source/MonsterConfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/MonsterConfig.h')
-rw-r--r--source/MonsterConfig.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/source/MonsterConfig.h b/source/MonsterConfig.h
deleted file mode 100644
index 371d324c2..000000000
--- a/source/MonsterConfig.h
+++ /dev/null
@@ -1,32 +0,0 @@
-
-#pragma once
-
-
-
-
-
-// fwd:
-class cMonster;
-
-
-
-
-
-class cMonsterConfig
-{
-public:
- cMonsterConfig(void);
- ~cMonsterConfig();
-
- void AssignAttributes(cMonster * a_Monster, const AString & a_Name);
-
-private:
- struct sAttributesStruct;
- struct sMonsterConfigState;
- sMonsterConfigState* m_pState;
- void Initialize();
-} ;
-
-
-
-