Subversion Repositories spk

Rev

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

Rev 46 Rev 47
Line 235... Line 235...
235
	void ReadIconFileToMemory ();
235
	void ReadIconFileToMemory ();
236
	bool ReadFileToMemory(C_File *f);
236
	bool ReadFileToMemory(C_File *f);
237
 
237
 
238
	// compression
238
	// compression
239
	void RecompressAllFiles ( int compresstype, CProgressInfo *progress );
239
	void RecompressAllFiles ( int compresstype, CProgressInfo *progress );
240
	void CompressAllFiles ( int compresstype, CProgressInfo *progress = NULL, int level = DEFAULT_COMPRESSION_LEVEL );
240
	void CompressAllFiles ( int compresstype, CProgressInfo *progress = NULL, CProgressInfo *overallProgress = NULL, int level = DEFAULT_COMPRESSION_LEVEL );
241
	bool UncompressAllFiles ( CProgressInfo * = NULL );
241
	bool UncompressAllFiles ( CProgressInfo * = NULL );
242
 
242
 
243
	// static functions
243
	// static functions
244
	static CyString GetEndOfLine ( FILE *id, int *line = NULL, bool upper = true );
244
	static CyString GetEndOfLine ( FILE *id, int *line = NULL, bool upper = true );
245
	static int CheckFile ( CyString filename, float *version = NULL );
245
	static int CheckFile ( CyString filename, float *version = NULL );