misc/libphysfs/lzma/Java/SevenZip/ICodeProgress.java
author unc0rr
Sat, 15 Sep 2018 20:42:02 +0200
branch0.9.24
changeset 13779 c384117f90eb
parent 12213 bb5522e88ab2
permissions -rw-r--r--
Fix SetAmmoTexts not working in stats-only mode

package SevenZip;

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