misc/libphysfs/lzma/Java/SevenZip/ICodeProgress.java
author Wuzzy <almikes@aol.com>
Wed, 26 Apr 2017 23:05:05 +0200
changeset 12349 877f55c77a3f
parent 12218 bb5522e88ab2
permissions -rw-r--r--
Standardize the secret achievements strings in Lua scripts

package SevenZip;

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