misc/libphysfs/lzma/Java/SevenZip/ICodeProgress.java
author Wuzzy <Wuzzy2@mail.ru>
Tue, 04 Sep 2018 17:57:48 +0200
changeset 13766 6fd56a26e8b8
parent 12218 bb5522e88ab2
permissions -rw-r--r--
Fix turn reaction not working properly after turn

package SevenZip;

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