package tim.prune.gui.map.tile;

public interface TileManager
{
	void returnTile(TileDef inDef, TileBytes inResult);
}
