Subversion Repositories spk

Rev

Rev 308 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 308 Rev 323
Line 335... Line 335...
335
	bool PCKFile();
335
	bool PCKFile();
336
 
336
 
337
	void SetPos(int i)	{ m_iPos = i; }
337
	void SetPos(int i)	{ m_iPos = i; }
338
	int  GetPos()		{ return m_iPos; }
338
	int  GetPos()		{ return m_iPos; }
339
 
339
 
340
	unsigned char *BobDecompile(size_t *size);
340
	unsigned char* BobDecompile(size_t* size);
341
	bool BobDecompile();
-
 
342
	bool BodCompile();
341
	unsigned char* BobCompile(size_t* size, bool isCut = false);
343
 
342
 
344
	// contructor/decontructor
343
	// contructor/decontructor
345
	C_File();
344
	C_File();
346
	C_File(const Utils::WString &filename);
345
	C_File(const Utils::WString &filename);
347
	virtual ~C_File();
346
	virtual ~C_File();