misc/libphysfs/lzma/Java/SevenZip/ICodeProgress.java
author Wuzzy <Wuzzy2@mail.ru>
Fri, 09 Feb 2018 12:52:05 +0100
changeset 12939 0112ef349ddc
parent 12213 bb5522e88ab2
permissions -rw-r--r--
Lua API: Add HealHog to heal hog with visual effects + message

package SevenZip;

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