misc/libphysfs/lzma/Java/SevenZip/ICodeProgress.java
author Wuzzy <Wuzzy2@mail.ru>
Sat, 28 Oct 2017 07:23:53 +0200
changeset 12791 a19ae0db7ab5
parent 12213 bb5522e88ab2
permissions -rw-r--r--
HedgeEditor: Don't change mode in background when pressing left/right w/o amAirAttack selected

package SevenZip;

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