aboutsummaryrefslogtreecommitdiff
path: root/src/images.ads
blob: e6d44f568d6f343388f33b29a7dbe6b933561d55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17


with

    FLTK.Images.RGB;


package Images is


    function Load_Logo
        return FLTK.Images.RGB.RGB_Image'Class;


end Images;