misc/libphysfs/lzma/Java/SevenZip/ICodeProgress.java
author nemo
Tue, 09 Oct 2018 09:02:39 -0400
changeset 13876 aa321e51da14
parent 12213 bb5522e88ab2
permissions -rw-r--r--
make explicit for pas2c some string casts that fpc was probably doing automatically

package SevenZip;

public interface ICodeProgress
{
	public void SetProgress(long inSize, long outSize);
}