From 675b4aa878f16291ce33fced48a2bc7425f635ae Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Sun, 24 Nov 2013 14:19:41 +0000 Subject: Moved source to src --- source/MonsterConfig.h | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 source/MonsterConfig.h (limited to 'source/MonsterConfig.h') 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(); -} ; - - - - -- cgit v1.2.3