+ Image Renderables

This commit is contained in:
Vovanium 2023-08-03 18:57:05 +03:00
parent eaaa62732b
commit 96ebf11cc1
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
with Video.Images;
with Video.Renderables.Generic_Sprite;
package Video.Renderables.Image is new Video.Renderables.Generic_Sprite (Images.Image'Class);