misc/libphysfs/lzma/Java/SevenZip/ICodeProgress.java
author sheepluva
Tue, 15 May 2018 16:55:37 +0200
branchui-scaling
changeset 13390 ec1491bb5acc
parent 12218 bb5522e88ab2
permissions -rw-r--r--
WIP: allow changing chat size Press Ctrl+, Ctrl- and Ctrl0 while in chat

package SevenZip;

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