* Raster can be indefinite

This commit is contained in:
Vovanium 2023-08-03 00:12:00 +03:00
parent 9c7d8cf31b
commit bad48ac68f
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
with Video.Integer_Geometry;
generic
type Raster is limited private;
type Paint is limited private;
type Raster (<>) is limited private;
type Paint is limited private;
with procedure Write_Pixel (
T : in out Raster;
A : in Integer_Geometry.Point;