Subversion Repositories spk

Rev

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

Rev 65 Rev 83
Line 46... Line 46...
46
	bool DecryptData ( unsigned char *data, size_t size );
46
	bool DecryptData ( unsigned char *data, size_t size );
47
	void DecryptDAT(unsigned char *buffer, size_t size);
47
	void DecryptDAT(unsigned char *buffer, size_t size);
48
	void DecryptDAT(SInCatFile *pFile);
48
	void DecryptDAT(SInCatFile *pFile);
49
	bool ReadFiles ();
49
	bool ReadFiles ();
50
	void LoadDatFile ();
50
	void LoadDatFile ();
51
	CyString GetCatFilename() { return m_fCatFile.GetFullFilename(); }
51
	const Utils::String &catFilename() { return m_fCatFile.fullFilename(); }
52
 
52
 
53
	bool CheckExtensionPck ( CyString filename );
53
	bool CheckExtensionPck ( CyString filename );
54
	CyStringList *GetTShipsEntries();
54
	CyStringList *GetTShipsEntries();
55
	CyString GetTShipsEntry(CyString id);
55
	CyString GetTShipsEntry(CyString id);
56
 
56