summaryrefslogtreecommitdiff
path: root/src/fltk-images-rgb-bmp.ads
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2024-02-20 18:04:23 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2024-02-20 18:04:23 +1300
commitf18ea4474bb4905a00e0b39e7205c177ee994196 (patch)
tree67a06833192e0f47695ab872badb88fb0970280a /src/fltk-images-rgb-bmp.ads
parentc47bea48a24e51e178354f3e3bb53d8b9964b769 (diff)
Improved binding for the FLTK.Images package subtree
Diffstat (limited to 'src/fltk-images-rgb-bmp.ads')
-rw-r--r--src/fltk-images-rgb-bmp.ads8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/fltk-images-rgb-bmp.ads b/src/fltk-images-rgb-bmp.ads
index bb4fa48..dbbeea1 100644
--- a/src/fltk-images-rgb-bmp.ads
+++ b/src/fltk-images-rgb-bmp.ads
@@ -3,6 +3,10 @@
package FLTK.Images.RGB.BMP is
+ -------------
+ -- Types --
+ -------------
+
type BMP_Image is new RGB_Image with private;
type BMP_Image_Reference (Data : not null access BMP_Image'Class) is limited null record
@@ -11,6 +15,10 @@ package FLTK.Images.RGB.BMP is
+ --------------------
+ -- Construction --
+ --------------------
+
package Forge is
function Create