summaryrefslogtreecommitdiff
path: root/src/fltk-devices.ads
blob: fcf9848899e0fc91e942fa72d2b21837d980eb4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16


package FLTK.Devices is


    type Device is new Wrapper with private;


private


    type Device is new Wrapper with null record;


end FLTK.Devices;