misc/libphysfs/lzma/Java/SevenZip/ICodeProgress.java
author Wuzzy <Wuzzy2@mail.ru>
Sun, 11 Mar 2018 11:01:27 +0100
changeset 13162 9ec7d2fb9da7
parent 12213 bb5522e88ab2
permissions -rw-r--r--
ASA_cosmos: Fix game not ending when hero dies after being seen by Guards

package SevenZip;

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