misc/libphysfs/lzma/Java/SevenZip/ICodeProgress.java
author Wuzzy <almikes@aol.com>
Wed, 26 Apr 2017 18:53:11 +0200
changeset 12340 f706ca71aa86
parent 12213 bb5522e88ab2
permissions -rw-r--r--
Highlander: Fix crate collect sound playing when hog didn't get anything

package SevenZip;

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