misc/libphysfs/lzma/Java/SevenZip/ICodeProgress.java
author Wuzzy <Wuzzy2@mail.ru>
Thu, 08 Feb 2018 07:09:39 +0100
changeset 12925 21827fc9ca98
parent 12218 bb5522e88ab2
permissions -rw-r--r--
Fix timebox being usable in SD w/ damage=0

package SevenZip;

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