Subversion Repositories spk

Rev

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

Rev 85 Rev 101
Line 49... Line 49...
49
	void DecryptDAT(SInCatFile *pFile);
49
	void DecryptDAT(SInCatFile *pFile);
50
	bool readFiles ();
50
	bool readFiles ();
51
	void LoadDatFile ();
51
	void LoadDatFile ();
52
 
52
 
53
	bool CheckExtensionPck ( CyString filename );
53
	bool CheckExtensionPck ( CyString filename );
54
	CyStringList *GetTShipsEntries();
-
 
55
	CyString GetTShipsEntry(CyString id);
-
 
56
 
54
 
57
	unsigned char *readData ( CyString filename, size_t *size );
55
	unsigned char *readData ( CyString filename, size_t *size );
58
	unsigned char *readData ( SInCatFile *c, size_t *size );
56
	unsigned char *readData ( SInCatFile *c, size_t *size );
59
	SInCatFile *FindData ( CyString filename );
57
	SInCatFile *FindData ( CyString filename );
60
	bool ReadFileToData ( CyString filename );
58
	bool ReadFileToData ( CyString filename );