7 lines
131 B
Ada
7 lines
131 B
Ada
with Lumen.Image;
|
|
|
|
package Noise is
|
|
|
|
function Create_Image (Width, Height : Natural) return Lumen.Image.Descriptor;
|
|
|
|
end Noise;
|