Added new plugin API.

This commit is contained in:
Birunthan Mohanathas
2011-12-30 16:16:22 +00:00
parent 61d7a3d221
commit 7b3b0277ec
10 changed files with 555 additions and 106 deletions

View File

@ -200,7 +200,6 @@ public:
CConfigParser& GetParser() { return m_Parser; }
const std::wstring& GetSkinAuthor() { return m_Author; }
const std::wstring& GetSkinName() { return m_SkinName; }
const std::wstring& GetSkinIniFile() { return m_SkinIniFile; }
std::wstring GetSkinRootPath();
@ -375,7 +374,6 @@ private:
bool m_MouseOver;
std::wstring m_Author; // Skin's author
std::wstring m_ConfigGroup;
std::wstring m_BackgroundName; // Name of the background image
RECT m_BackgroundMargins;