misc/libphysfs/lzma/Java/SevenZip/ICodeProgress.java
author sheepluva
Sun, 14 May 2017 15:20:26 +0200
changeset 12419 d43ded9a0c34
parent 12218 bb5522e88ab2
permissions -rw-r--r--
Remove IceGun from default Highlander weaponset

package SevenZip;

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