This commit is contained in:
Birunthan Mohanathas
2012-06-10 12:17:47 +03:00
parent 233f5fd08c
commit 5dd2f249dd
5 changed files with 29 additions and 39 deletions

View File

@ -240,8 +240,8 @@ private:
void ActivateActiveSkins();
void CreateMeterWindow(const std::wstring& folderPath, const std::wstring& file);
void WriteActive(const std::wstring& folderPath, int fileIndex);
void ScanForSkins(const std::wstring& path);
void ScanForThemes(const std::wstring& path);
void ScanForSkins();
void ScanForThemes();
void ReadGeneralSettings(const std::wstring& iniFile);
void SetLoadOrder(int folderIndex, int order);
int GetLoadOrder(const std::wstring& folderPath);