misc/libphysfs/lzma/Java/SevenZip/ICodeProgress.java
author Wuzzy <Wuzzy2@mail.ru>
Mon, 06 Aug 2018 22:39:39 +0200
changeset 13617 a6abc2c1fc1a
parent 12213 bb5522e88ab2
permissions -rw-r--r--
Show correct health increase when hog health cap is reached

package SevenZip;

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