All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.badlogic.gdx.utils.compression.ICodeProgress Maven / Gradle / Ivy

The newest version!
package com.badlogic.gdx.utils.compression;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy