misc/libphysfs/lzma/Java/SevenZip/ICodeProgress.java
author antonc27 <antonc27@mail.ru>
Sun, 10 Jun 2018 18:56:51 +0200
branchios-develop
changeset 13411 6e8b807bda4b
parent 12213 bb5522e88ab2
permissions -rw-r--r--
Added tag Hedgewars-iOS-2.1 for changeset 195208deff1d

package SevenZip;

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