misc/libphysfs/lzma/Java/SevenZip/ICodeProgress.java
author nemo
Wed, 18 Oct 2017 20:33:20 -0400
changeset 12711 20dbb3a03e61
parent 12213 bb5522e88ab2
permissions -rw-r--r--
extend land digest to all surfaces that could possibly be loaded into Land[] - i.e. ones that impact sync

package SevenZip;

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