misc/libphysfs/lzma/Java/SevenZip/ICodeProgress.java
author Wuzzy <Wuzzy2@mail.ru>
Tue, 04 Sep 2018 16:12:53 +0200
changeset 13758 b1177e9c9ee9
parent 12213 bb5522e88ab2
permissions -rw-r--r--
Fix player rankings getting confused if a clan was revived

package SevenZip;

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