misc/libphysfs/lzma/Java/SevenZip/ICodeProgress.java
author Wuzzy <Wuzzy2@mail.ru>
Wed, 28 Mar 2018 15:21:23 +0200
changeset 13292 e9caada3aac1
parent 12213 bb5522e88ab2
permissions -rw-r--r--
CMake for server: Pass -dynamic flag to ghc

package SevenZip;

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