summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/lzma/Java/SevenZip/ICodeProgress.java
blob: 4cb8d1baeb8c3d4cee2ef2b239e3e1b92c2a9ed7 (plain) (blame)
1
2
3
4
5
6
package SevenZip;

public interface ICodeProgress
{
	public void SetProgress(long inSize, long outSize);
}
racyc2016-11-021-0/+2 * luaengine: add basic table return support (nw) cracyc2016-11-021-18/+12 * luaengine: use templated accessor for call_plugin (nw) cracyc2016-11-021-8/+13 * Improvements to rgb_t (nw) AJR2016-10-221-3/+3 * more TRUE/FALSE cleanup (nw) Miodrag Milanovic2016-10-221-1/+1 * NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-1/+1 * use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-2/+2 * ui/datmenu: fix in game menu data view (nw) cracyc2016-09-071-1/+1 * ui: remove datfile_manager (nw) cracyc2016-09-061-49/+30 * std::min and std:max instead of MIN and MAX, also some more macros converted ...