aboutsummaryrefslogtreecommitdiff
path: root/src/images.ads
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2025-04-15 00:41:02 +1200
committerJedidiah Barber <contact@jedbarber.id.au>2025-04-15 00:41:02 +1200
commitf422ec5ac8102abb99a92d4742b4baa88130b75f (patch)
tree8fd8daebd34504dfd0398a46dedbd7635648d726 /src/images.ads
parent78bf43af446adf83fdc0554c63ccdb631836d916 (diff)
Executable now knows where it is, installs and finds logo image correctly, better build config
Diffstat (limited to 'src/images.ads')
-rw-r--r--src/images.ads17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/images.ads b/src/images.ads
new file mode 100644
index 0000000..e6d44f5
--- /dev/null
+++ b/src/images.ads
@@ -0,0 +1,17 @@
+
+
+with
+
+ FLTK.Images.RGB;
+
+
+package Images is
+
+
+ function Load_Logo
+ return FLTK.Images.RGB.RGB_Image'Class;
+
+
+end Images;
+
+