misc/libphysfs/lzma/Java/SevenZip/ICodeProgress.java
author Wuzzy <Wuzzy2@mail.ru>
Sat, 01 Sep 2018 00:17:56 +0200
changeset 13735 5f62417a7d84
parent 12218 bb5522e88ab2
permissions -rw-r--r--
Translate "heads" and "tails" of gameServer

package SevenZip;

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