Subversion Repositories spk

Rev

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

Rev 43 Rev 58
Line 37... Line 37...
37
	void SetAddon(const Utils::String &addon) { m_sAddon = addon; }
37
	void SetAddon(const Utils::String &addon) { m_sAddon = addon; }
38
 
38
 
39
	void extractTexts(CXspFile *pPackage, int textId);
39
	void extractTexts(CXspFile *pPackage, int textId);
40
	C_File *extractGameFileToPackage(CBaseFile *pPackage, const Utils::String &sFile, FileType iFileType, const Utils::String &sTo);
40
	C_File *extractGameFileToPackage(CBaseFile *pPackage, const Utils::String &sFile, FileType iFileType, const Utils::String &sTo);
41
	C_File *extractGameFileToPackage(CBaseFile *pPackage, const Utils::String &sFile, FileType iFileType);
41
	C_File *extractGameFileToPackage(CBaseFile *pPackage, const Utils::String &sFile, FileType iFileType);
42
	bool ExtractGameFile(const Utils::String &file, const Utils::String &to);
42
	Utils::String ExtractGameFile(const Utils::String &file, const Utils::String &to);
43
	bool LoadFilesystem(const Utils::String &dir, int maxPatch = 0);
43
	bool LoadFilesystem(const Utils::String &dir, int maxPatch = 0);
44
	bool LoadFilesystem(const Utils::String &dir, const Utils::String &mod, int maxPatch = 0);
44
	bool LoadFilesystem(const Utils::String &dir, const Utils::String &mod, int maxPatch = 0);
45
	bool loadMod(const Utils::String &mod);
45
	bool loadMod(const Utils::String &mod);
46
	bool addMod(const Utils::String &mod);
46
	bool addMod(const Utils::String &mod);
47
	bool isFileAvailable(const Utils::String &file);
47
	bool isFileAvailable(const Utils::String &file);
Line 67... Line 67...
67
	void _clear();
67
	void _clear();
68
	void _addFile(const Utils::String &sFile, const Utils::String &sDest, FileList *pList);
68
	void _addFile(const Utils::String &sFile, const Utils::String &sDest, FileList *pList);
69
	void _addModFile(const Utils::String &sFile, const Utils::String &sMod, FileList *pList);
69
	void _addModFile(const Utils::String &sFile, const Utils::String &sMod, FileList *pList);
70
	Utils::String _findFile(const Utils::String &file);
70
	Utils::String _findFile(const Utils::String &file);
71
	void _addDir(const Utils::String &sStart, const Utils::String &sDir);
71
	void _addDir(const Utils::String &sStart, const Utils::String &sDir);
-
 
72
	Utils::String _extractFromCat(const Utils::String &sCat, const Utils::String &sFile, const Utils::String &sTo);
-
 
73
	Utils::String _extract(const Utils::String &sFile, const Utils::String &sTo);
72
};
74
};
73
 
75
 
74
}
76
}