misc/libphysfs/lzma/Java/SevenZip/ICodeProgress.java
author nemo
Wed, 18 Apr 2018 10:30:10 -0400
changeset 13332 003f17cb5920
parent 12213 bb5522e88ab2
permissions -rw-r--r--
bump cpack .24 to .24.1, make the moc filter broader

package SevenZip;

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