diff options
Diffstat (limited to 'source/cMonsterConfig.h')
-rw-r--r-- | source/cMonsterConfig.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/source/cMonsterConfig.h b/source/cMonsterConfig.h deleted file mode 100644 index d1a514b17..000000000 --- a/source/cMonsterConfig.h +++ /dev/null @@ -1,17 +0,0 @@ -#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 |