Subversion Repositories spk

Rev

Rev 93 | Rev 118 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 93 Rev 102
Line 162... Line 162...
162
	bool IsCurrentDir(CyString dir);
162
	bool IsCurrentDir(CyString dir);
163
	bool CheckOtherPackage(CBaseFile *package);
163
	bool CheckOtherPackage(CBaseFile *package);
164
	int CheckPreparedInstallRequired(CLinkList<CBaseFile> *list);
164
	int CheckPreparedInstallRequired(CLinkList<CBaseFile> *list);
165
	static int ConvertWareType(char w);
165
	static int ConvertWareType(char w);
166
	static char ConvertWareTypeBack(int w);
166
	static char ConvertWareTypeBack(int w);
167
	CyString GetLogDirectory();
167
	Utils::String logDirectory();
168
	CyString GetLogDirectory(CyString gameExe);
168
	Utils::String logDirectory(const Utils::String &gameExe);
169
	CyString GetSaveDirectory();
169
	Utils::String saveDirectory();
170
	void BackupSaves() { BackupSaves(m_bVanilla); }
170
	void BackupSaves() { BackupSaves(m_bVanilla); }
171
	void BackupSaves(bool vanilla);
171
	void BackupSaves(bool vanilla);
172
	void RestoreSaves() { RestoreSaves(m_bVanilla); }
172
	void RestoreSaves() { RestoreSaves(m_bVanilla); }
173
	void RestoreSaves(bool vanilla);
173
	void RestoreSaves(bool vanilla);
174
	bool UnPackFile(CyString filename, bool checkxml = true);
174
	bool UnPackFile(CyString filename, bool checkxml = true);