misc/libphysfs/lzma/Java/SevenZip/ICodeProgress.java
author alfadur
Tue, 17 Apr 2018 19:43:41 -0400
changeset 13330 3f2ee2f9b51d
parent 12213 bb5522e88ab2
permissions -rw-r--r--
fix/workaround for fullscreen crash in 0.9.24

package SevenZip;

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