misc/libphysfs/lzma/Java/SevenZip/ICodeProgress.java
author Wuzzy <almikes@aol.com>
Sat, 30 Sep 2017 03:28:43 +0200
changeset 12607 9bdcd73a4021
parent 12213 bb5522e88ab2
permissions -rw-r--r--
ASA, fruit01: Improve mission texts and choice dialog handling

package SevenZip;

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