Subversion Repositories spk

Rev

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

Rev 94 Rev 115
Line 362... Line 362...
362
	bool PCKFile();
362
	bool PCKFile();
363
 
363
 
364
	void SetPos(int i)	{ m_iPos = i; }
364
	void SetPos(int i)	{ m_iPos = i; }
365
	int  GetPos()		{ return m_iPos; }
365
	int  GetPos()		{ return m_iPos; }
366
 
366
 
-
 
367
	unsigned char *BobDecompile(size_t *size);
367
	bool BobDecompile();
368
	bool BobDecompile();
368
	bool BodCompile();
369
	bool BodCompile();
369
 
370
 
370
	// contructor/decontructor
371
	// contructor/decontructor
371
	C_File();
372
	C_File();